https://github.com/morri3/gymcar
This is the coursework of the COMP4125 in 2025.
https://github.com/morri3/gymcar
agent-based-modeling gymnasium q-learning reinforcement-learning
Last synced: 6 months ago
JSON representation
This is the coursework of the COMP4125 in 2025.
- Host: GitHub
- URL: https://github.com/morri3/gymcar
- Owner: Morri3
- Created: 2025-03-16T15:20:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T09:15:13.000Z (6 months ago)
- Last Synced: 2025-04-09T10:30:31.780Z (6 months ago)
- Topics: agent-based-modeling, gymnasium, q-learning, reinforcement-learning
- Language: Python
- Homepage:
- Size: 99.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reinforcement Learning To Solve Mountain Car Problem
This is the project for the **COMP4125 Designing Intelligent Agents** in 2025.## How to use codes?
1. To use the latest version of the *Q-learning* code, please use the `q_learning.py` in `mountain_car_q_learning`. This code is developed containing three evaluation methods, including **descriptive statistics**, **visual analysis** and **inferential statistics**.
2. The code is developed in VSCode with the help of a virtual environment of Anaconda3.