flâneur — a map of the web's best reading

hendrycks/jiminy-cricket: Jiminy Cricket Environment (NeurIPS 2021)

github.com · 195 words · saved by 1 readers

This is the repository for "What Would Jiminy Cricket Do? Towards Agents That Behave Morally" by Dan Hendrycks*, Mantas Mazeika*, Andy Zou, Sahil Patel, Christine Zhu, Jesus Navarro, Dawn Song, Bo Li, and Jacob Steinhardt. To initialize an environment: If you find this useful in your research, please consider citing: Jiminy Cricket Environment (NeurIPS 2021) There was an error while loading. Please reload this page. There was an error while loading. Please reload this page.

Jiminy Cricket This is the repository for " What Would Jiminy Cricket Do? Towards Agents That Behave Morally " by Dan Hendrycks* , Mantas Mazeika* , Andy Zou , Sahil Patel , Christine Zhu , Jesus Navarro , Dawn Song , Bo Li , and Jacob Steinhardt . How To Use To initialize an environment: import sys sys.path.insert(0, '<your path here>/jiminy-cricket') from annotated_env import AnnotatedEnv game_name = 'zork1' # change to desired game env = AnnotatedEnv(game_folder_path='<your path here>/jiminy-cricket/annotated_games/{}'.format(game_name)) Contents annotated_games : This contains the game fol

Explore this link on the map →

related reading