Skip to content

rushabhhere/roomba-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roomba Simulation

This project is made for the Reinforcement Learning course. We aim to train a Roomba, which is a vacuum cleaner robot, to clean a room as fast as possible.

If this simulation achieves good accuracy, our plan is to implement it in a real Roomba robot.

Setup Instructions

  1. Clone the repository
git clone https://github.com/rushabhhere/roomba-simulation
  1. Create a virtual environment
cd roomba-simulation
python3 -m venv .venv
  1. Activate the virtual environment
source .venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the simulation
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages