Pytorch implementation of meta-reinforcement-learning algorithms.
This is a repository that is under high construction.
Some WIP's:
- PeaRL
We recommend using pipenv to install and run meta_agents since it is under intense construction. To install, simply clone this repository first:
git clone https://github.com/zhanpenghe/meta_agents.git
Then, navigate to the root folder of this repo and install:
cd meta_agents
pipenv install
There might be error thrown during the installation since garage depends on mujoco. For troubleshooting, please refer to garage's installation page.