This package includes common utilities to build novel reinforcement learning algorithms. Users can use either Tensorflow or Pytorch. It also contains existing algorithms serving as baselines.
Note that the dependencies will not be installed automatically. Please check dependencies by running
python -m rlutils.check_dependencies
TODO
- Soft actor-critic
- TD3
- PPO
- TRPO
Apache License 2.0