Basic knowledge on A2C algorithm:
Understanding Actor Critic Methods and A2C
- Python 3.8
- Pytorch 1.7.0
- OpenAI gym 0.17.3
alg/
- Implementation of A2C and PG.model/
- Neural networks using for RL.utils.py
- Command utility methods to process envs, hand-craft optimizers and so on.