ledmands commited on
Commit
c36f44f
β€’
1 Parent(s): d0a283e

Changed file structure for agents and updated readme

Browse files
README.md CHANGED
@@ -8,4 +8,6 @@ tags:
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.
 
 
 
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 15 May 2024: Latest DQN model is version 2.4
agents/{dqn_v2/evals/evaluations_v0.npz β†’ dqn_v2-1/evaluations.npz} RENAMED
File without changes
agents/{dqn_v2 β†’ dqn_v2-1}/events.out.tfevents.1715277648.8a2beba4b3a2.24.0 RENAMED
File without changes
agents/{dqn_v2/evals/evaluations_v1.npz β†’ dqn_v2-2/evaluations.npz} RENAMED
File without changes
agents/{dqn_v2/v2-1 β†’ dqn_v2-2}/events.out.tfevents.1715353986.f29ae6b7cfff.24.0 RENAMED
File without changes
agents/{dqn_v2/evals/evaluations_v2.npz β†’ dqn_v2-3/evaluations.npz} RENAMED
File without changes
agents/{dqn_v2/v2-2 β†’ dqn_v2-3}/events.out.tfevents.1715378368.13fd0a3100f2.24.0 RENAMED
File without changes
agents/{dqn_v2 β†’ dqn_v2-4}/ALE-Pacman-v5.zip RENAMED
File without changes
agents/{dqn_v2 β†’ dqn_v2-4}/best_model.zip RENAMED
File without changes
agents/{dqn_v2/evals/evaluations_v3.npz β†’ dqn_v2-4/evaluations.npz} RENAMED
File without changes
agents/{dqn_v2/v2-3 β†’ dqn_v2-4}/events.out.tfevents.1715694677.5da7e309893b.24.0 RENAMED
File without changes
agents/dqn_v2-5/events.out.tfevents.1715714815.7d78f6362d58.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89fa81054a068492c6d93a58d29e625b963e96196b9247a9d1e0074370f82af
3
+ size 2578632
agents/{dqn_v2/plot_evaluations.py β†’ plot_evaluations.py} RENAMED
File without changes
agents/{dqn_v2/record_video.py β†’ record_video.py} RENAMED
File without changes
agents/{dqn_v2/watch_agent.py β†’ watch_agent.py} RENAMED
File without changes