mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 18:23:06 +02:00
11 lines
132 B
YAML
11 lines
132 B
YAML
|
|
name: rl-env
|
||
|
|
channels:
|
||
|
|
- conda-forge
|
||
|
|
- defaults
|
||
|
|
dependencies:
|
||
|
|
- gymnasium
|
||
|
|
- matplotlib
|
||
|
|
- moviepy
|
||
|
|
- numpy
|
||
|
|
- python=3.9
|