mrahtz / tensorflow-rl-pong

Pong AI trained using policy gradient-based reinforcement learning
51 stars 21 forks source link

Comprehensive Documentation Addition for AI Pong Project #2

Closed MateusSalavC closed 1 year ago

MateusSalavC commented 1 year ago

This Pull Request introduces detailed documentation to the existing README file to improve the understanding and usability of the AI Pong Project. The documentation has been formatted in Markdown for better readability and includes:

Explanations of the core mechanics of the code, detailing how the pong game operates and how the AI is trained over time. Installation instructions for necessary dependencies like OpenAI Gym and TensorFlow, providing step-by-step guidance to get the project up and running.

(I did this for a class assignment to understand how the process of contributing to Open-source projects works. You don't need to accept the pull request if you feel my changes are not useful)

mrahtz commented 1 year ago

Thanks :)