Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.4 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.4 KB

FactorSim: Generative Simulation via Factorized Representation

NeurIPS 2024

Website Paper

Fan-Yun Sun, Harini S I, Alex Zook, Jonathan Tremblay, Logan Cross, Jiajun Wu, Nick Haber

teaser

Simulation Generation

Refer to the README under the directory factorsim.

$ cd factorsim
$ ./go.sh GAME_NAME

Zero-shot transfer experiments

Refer to rl_training/rl_train.sh.

To train RL policies on the PLE environments ("ground-truth" environments used in the paper), run

$ cd rl_training
$ ./rl_train.sh pong ppo gt --train_on_ple

Miscellaneous

To export video trajectory of a policy

$ cd rl_training
$ python -m utils.export_video pong

Acknowledgement