diff --git a/main.py b/main.py new file mode 100644 index 00000000..e69de29b diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 00000000..cb483ef2 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,10 @@ +name: rl-env +channels: + - conda-forge + - defaults +dependencies: + - gymnasium + - matplotlib + - moviepy + - numpy + - python=3.9 diff --git a/run_conda.sh b/run_conda.sh new file mode 100755 index 00000000..456b3b80 --- /dev/null +++ b/run_conda.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +conda env create -f environment.yml \ No newline at end of file