Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
tonynhan
/
ppo-LunarLander-v2
like
0
Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
Eval Results
Model card
Files
Files and versions
Community
Use this model
eb3a2ce
ppo-LunarLander-v2
/
config.json
tonynhan
Upload folder using huggingface_hub
512f575
verified
3 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
{
"policy"
:
"MlpPolicy"
,
"learning_rate"
:
0.0003
,
"n_steps"
:
1024
,
"batch_size"
:
64
,
"n_epochs"
:
4
,
"gamma"
:
0.999
,
"gae_lambda"
:
0.98
,
"ent_coef"
:
0.01
}