This commit is contained in:
Zheyuan Wu
2025-10-12 00:55:07 -05:00
commit 250f763f1f
467 changed files with 19784 additions and 0 deletions

15
hw2/environment.yml Normal file
View File

@@ -0,0 +1,15 @@
name: drl_hw2
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- pytorch=2.0.0
- pytorch-cuda=11.7 # Comment this line if you are a mac user or want a cpu-only installation
- pip=23.0.1
- pip:
- gymnasium[classic-control]==0.27.1
- hydra-core==1.3.2
- matplotlib==3.7.1
- moviepy==1.0.3