rtrl
rtrl copied to clipboard
PyTorch implementation of our paper Real-Time Reinforcement Learning (NeurIPS 2019)
Results
1
rtrl issues
Sort by
recently updated
recently updated
newest added
I installed the repo ``` pip install git+https://github.com/rmst/rtrl.git ``` but when I train an RTAC agent on the basic `Pendulum-v0` task run ``` python -m rtrl run rtrl:RtacTraining Env.id=Pendulum-v0 ```...