Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use Classroom-workshop/assignment2-francesco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use Classroom-workshop/assignment2-francesco with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="Classroom-workshop/assignment2-francesco", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Omar Sanseviero commited on
Commit ·
606c01d
1
Parent(s): 8cd1651
Upload ppo-LunarLander-v2/system_info.txt
Browse files
ppo-LunarLander-v2/system_info.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
OS: Linux-5.4.188+-x86_64-with-Ubuntu-18.04-bionic #1 SMP Sun Apr 24 10:03:06 PDT 2022
|
| 2 |
+
Python: 3.7.13
|
| 3 |
+
Stable-Baselines3: 1.5.0
|
| 4 |
+
PyTorch: 1.11.0+cu113
|
| 5 |
+
GPU Enabled: True
|
| 6 |
+
Numpy: 1.21.6
|
| 7 |
+
Gym: 0.21.0
|