Code for PPO actor training under A2C framework for PyBullet env. Implements aysnchronous training of agents using the model as mentioned in the paper - "Efficient Parallel Methods for Deep Reinforcement Learning" by Clemente et al (https://arxiv.org/abs/1705.04862)
Credits - : https://github.com/lgvaz