forked from linyiLYi/street-fighter-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (30 loc) · 661 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (30 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*.zip
**/__pycache__/
*.pyc
archives/
images/
/main/logs/monitoring/
# Mac system files
/007*
*.DS_Store
.DS_Store
# Recorded videos
/main/recordings/
# Main scripts
/main/*.py
!/main/test.py
!/main/train.py
!/main/street_fighter_custom_wrapper.py
# Game Data
/data/*
!/data/Champion.Level12.RyuVsBison.state
!/data/data.json
!/data/metadata.json
!/data/scenario.json
!/data/Gym Retro Integration.exe
# Model Files
/main/trained_models/*
!/main/trained_models/ppo_ryu_2000000_steps_updated.*
!/main/trained_models/ppo_ryu_2500000_steps_updated.*
!/main/trained_models/ppo_ryu_3000000_steps_updated.*
!/main/trained_models/ppo_ryu_7000000_steps_updated.*