An open API service indexing awesome lists of open source software.

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.

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.