Sam-Varghese / ReinforcementLearningDemo

Project for implementing basics of reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement Learning Demo

This is a demo of reinforcement learning made by Sam-Varghese.

Moon lander image

This project is made in Python. Turtle graphics is used. Reinforcement learning is used to land the rover in the best place possible. Rewards corresponding to the landing points get assigned automatically. Based on the discount factor user inputs, the rover figures out the best landing point.

How to run

  1. Clone the repository
  2. Run python3 main.py in cmd
  3. Enter the discount factor
  4. Watch the rover land

This project is licensed under the MIT License. Its made by Sam-Varghese as a part of the International conference organized by NMIMS. My research paper title for this conference is "Reinforcement Learning for Autonomous Systems".

Regards
Sam Varghese
NMIMS, Indore

About

Project for implementing basics of reinforcement learning

License:MIT License


Languages

Language:Python 100.0%