A Pytorch implementation of DDPG algorithm that trains an agent to play and master a custom environment that was developed using Pymunk 2D physics engine and Pygame.
$ git clone https://github.com/7enTropy7/Rock_Pop.git$ pip3 install -r requirements.txtFor AI:
$ python3 Pytorch_DDPG/testing.pyFor Single Player:
$ python3 main.pyThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details
