/

Reinforcement Learning Snake Game

Machine Learning | Pytorch

Project

Overview

This is a demonstration of Reinforcement Learning without using OpenAI Gym because I wanted to code as much as possible about the agent and environment from scratch. Here I did the Snake game where the black board and food location are the environment and the snake is the agent.

Technologies

Python

Pytorch

Back