Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 445 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 445 Bytes

gym-futbol

• A reinforcement learning environment where agents are trained to play soccer in a primitive 2D simulator. AI players are trained to play with hard-coded opponents. Developed with API from OpenAI's Gym.

• Implemented different reinforcement algorithms for training, such as Deep Q learning, PPO(Proximal Policy Optimization) and Advantage Actor Critic (A2C)

Use the colab_notebook to try our environments and trained agents