mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:03:14 +02:00
feat: init requirements
This commit is contained in:
parent
ccf8380d32
commit
297fce2a8a
10
requirements.yml
Normal file
10
requirements.yml
Normal 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
3
run_conda.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
conda env create -f environment.yml
|
||||
Loading…
Reference in New Issue
Block a user