Skip to content

anirudh9119/consistent-dynamics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consistent Dynamics

Code for the paper "Learning Powerful Policies by Using Consistent Dynamics Model" presented at Workshop on "Structure & Priors in Reinforcement Learning" at ICLR 2019.

Arxiv link coming soon!

Code Setup

  • Copy config/sample.config.yaml to config/config.yaml. For testing, no changes are needed in the newly created config.yaml.
  • Install requirements using pip3 install -r requirements.txt.
  • Following packages needs to be installed from source:
  • From the root dir, run PYTHONPATH=$PWD python3 codes/app/main.py

Notes

  • All the logic has a single entry point codes/app/main.py. What task is to be performed is controlled via the config files.

Setup Issues

  • If you get an error related to patchelf, try conda install -c anaconda patchelf

About

Code for the paper "Learning Powerful Policies by Using Consistent Dynamics Models"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%