diff --git a/.gitignore b/.gitignore index c424476..3e8978d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ +# General python files venv __pycache__ +# Celeste output celeste/out -celeste/model_data \ No newline at end of file +celeste/model_data + + +*.wip* \ No newline at end of file diff --git a/polecart/requirements.txt b/polecart/requirements.txt index 7bde778..83db51d 100755 --- a/polecart/requirements.txt +++ b/polecart/requirements.txt @@ -1,3 +1,3 @@ gymnasium[classic_control]==0.27.1 matplotlib==3.6.3 -torch==1.13.1 +torch==1.13.1 \ No newline at end of file