- This was a university project for Artificial intelligence course.
- This was an implementation for reinforcement learning to simulate training a robot moving boxes to target locations
- install the requirements using
pip install -r requirements.txt
- Run using
python main.py
This project is licensed under the MIT License - see the LICENSE file for details