This project shows how a robot can learn to reach the goal in a maze using Q-learning in Webots.
- Install Webots.
- Clone this repository.
- Open
worlds/labyrint.wbtin Webots. - Run the simulation with controller
labirinth.
controllers/labirinth/labirinth.py– main Python code.worlds/labyrint.wbt– the maze world.worlds/labyrint.jpg– screenshot of the world.