Skip to content

Helpers for OpenAI baselines and support for config files

Notifications You must be signed in to change notification settings

roamlab/roam_rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roam_rl

roam_rl implements helper classes for baselines and also enables use of config files

Module roam_rl.baselines.ppo has wrapper class for OpenAI baselines' ppo2 implementation.

Installation

If you need to setup apt dependencies and install MuJoCo, run sudo make setup.

For installing the pip dependencies, activate your virtual environment and then run make default or just make. If your machine is configured to use NVIDIA GPU you can run make gpu instead to make use of the GPU.

Testing

For a quick test you can run

python scripts/baselines/train_ppo.py scripts/baselines/configs/train_ppo_acrobat.cfg

About

Helpers for OpenAI baselines and support for config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published