YADRL is set of implementations of reinforcement learning algorithms. It is written fully in PyTorch.
Install YADRL package:
pip install .
To execute experiments just type run following command:
yadrl_runner --config_path link/to/config/file
Algorithm implementation:
- PPO
- TRPO
- VPG
- PER
- APE-X
- MPO
- HER
- IQN and M-IQN
- FQF
Software improvements:
- Documentation
- Distributed training
- On-policy base agent