first commit

This commit is contained in:
2026-04-02 02:24:35 +00:00
commit 96cd594be9
8 changed files with 579 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
name: rl_trpo
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- numpy>=1.24
- matplotlib>=3.7
- pip:
- torch>=2.1
- gymnasium[classic-control]>=0.29