feat: init requirements

This commit is contained in:
Krzysztof Rudnicki 2023-05-21 15:11:56 +02:00
parent ccf8380d32
commit 297fce2a8a
3 changed files with 13 additions and 0 deletions

0
main.py Normal file
View File

10
requirements.yml Normal file
View File

@ -0,0 +1,10 @@
name: rl-env
channels:
- conda-forge
- defaults
dependencies:
- gymnasium
- matplotlib
- moviepy
- numpy
- python=3.9

3
run_conda.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
conda env create -f environment.yml