Passionate about providing scalable and robust solutions from data while learning and establishing new concepts. Regular attendee of hackathons and meetups. Open source Contributor.
I like to work on web technologies with a special knack of AI. Open to Collaborations on interesting projects. I sometimes try to document my projects on youtube, feel free to drop by or hit me up with some ideas. Most of my projects are based on real life solutions which leverage these technologies.
View My LinkedIn Profile
Visit me on Youtube
The idea of the project is to Learn Reinforcement Learning and Game AI While teaching a Pong AI .
Use the package manager pip to install virtualenv.
pip install virtualenv
python 3.7 (tested)
make a virtualenv
python -m virtualenv venv
Activate the virtual environment
In Windows: `venv\Script\activate`
In UNIX : `source venv/bin/activate`
Install requirements
pip install -r requirements.txt
Play the game
python game.py