ledmands
commited on
Commit
•
678953c
1
Parent(s):
f037205
Updated Readme
Browse files
README.md
CHANGED
@@ -7,7 +7,10 @@ tags:
|
|
7 |
- Atari
|
8 |
- Pac-Man
|
9 |
---
|
|
|
|
|
|
|
10 |
This is an agent that is trained using Stable Baselines3 as part of the capstone project for South Hills School in Spring 2024.
|
11 |
The goal of this project is to gain familiarity with reinforcement learning concepts and tools, and to train an agent to score up into the 400-500 point range in Pacman.
|
12 |
|
13 |
-
UPDATE
|
|
|
7 |
- Atari
|
8 |
- Pac-Man
|
9 |
---
|
10 |
+
|
11 |
+
# Agent using DQN to play ALE/Pacman-v5
|
12 |
+
|
13 |
This is an agent that is trained using Stable Baselines3 as part of the capstone project for South Hills School in Spring 2024.
|
14 |
The goal of this project is to gain familiarity with reinforcement learning concepts and tools, and to train an agent to score up into the 400-500 point range in Pacman.
|
15 |
|
16 |
+
## UPDATE 16 May 2024: Latest DQN model is version 2.6.
|