WUT_Computer_Science/Programming/EARIN/lab6/requirements.yml

13 lines
161 B
YAML
Raw Permalink Normal View History

2023-05-21 15:11:56 +02:00
name: rl-env
channels:
- conda-forge
- defaults
dependencies:
- gymnasium
- matplotlib
- moviepy
- numpy
- python=3.9
- pygame
2023-05-21 19:01:43 +02:00
- opencv-python