Snake game using pygame

A snake game built with python and pygame. The target is to eat apples and grow bigger. You lose if you hit the edges or collide with the snake body. Read more

OpenAI Gym

I have tried couple of reinforcement learning algorithms like policy gradients, q-learning on OpenAI Gym environments. Read more