Mark
/
celeste-ai
Archived
1
0
Fork 0

Meta files

master
Mark 2023-02-18 19:53:17 -08:00
parent 4e82063c94
commit c418666a52
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 7 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,5 +1,10 @@
# General python files
venv venv
__pycache__ __pycache__
# Celeste output
celeste/out celeste/out
celeste/model_data celeste/model_data
*.wip*

View File

@ -1,3 +1,3 @@
gymnasium[classic_control]==0.27.1 gymnasium[classic_control]==0.27.1
matplotlib==3.6.3 matplotlib==3.6.3
torch==1.13.1 torch==1.13.1