Skip to content

KarlXing/RL-Visual-Continuous-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL Algorithms for Visual Continuous Control

Pytorch implementations of

Instructions

Install MuJoCo 2.1 if it is not already the case (please refer to https://github.com/deepmind/dm_control.

Create conda environment

conda create -n visualrl -f conda_env.yml

Run the code

conda activate visualrl
python src/train.py  --agent drq  --domain_name cheetah  --task_name run

Results

Here's the benchmark results on PlaNet Benchmark tasks. All results are averaged over 5 different seeds.

result

Citation

Please use the bibtex below if you want to cite this repository in your publications:

@misc{rlcodebase,
  author = {Jinwei Xing},
  title = {Pytorch Implementations of Reinforcement Learning Algorithms for Visual Continuous Control},
  year = {2022},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/KarlXing/RL-Visual-Continuous-Control}},
}