Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
WIS
/
Cartpole-v1
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
fe624b0
Cartpole-v1
/
hyperparameters.json
WIS
Upload folder using huggingface_hub
fe624b0
about 1 year ago
raw
Copy download link
history
blame
176 Bytes
{
"h_size"
:
50
,
"n_training_episodes"
:
2000
,
"n_evaluation_episodes"
:
10
,
"max_t"
:
1000
,
"gamma"
:
0.99
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}