gandalf1819/Reinforcement-Learning-Comparative-Study
Comparative study of Reinforcement Learning Algorithms on Ping Pong game: In the current design of experience replay we sample uniformly to obtain the minibatch and update the model. Devising a way to sample more experience points close to the tricky areas would help solving this problem, better the training rate and improve convergence. We designed a game environment for the Android platform as few such environments are available at the moment. Moreover, during the pre-processing game we removed the background and score to reduce clutter and increase likeliness of successful training. It would be interesting to see how restoring the background affects agent’s performance. Overall, our results show the capacity of Deep neural networks and how a generic reinforcement learning setup such as this could learn and play the game with very minimal domain knowledge.
No commits in the last 6 months.
Stars
2
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gandalf1819/Reinforcement-Learning-Comparative-Study"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Talendar/flappy-bird-gym
An OpenAI Gym environment for the Flappy Bird game
Farama-Foundation/ViZDoom
Reinforcement Learning environments based on the 1993 game Doom :godmode:
aleju/mario-ai
Playing Mario with Deep Reinforcement Learning
chris-chris/pysc2-examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
gavento/gamegym
A game theory framework with examples and algorithms