Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
voyzan
/
unit4-cart-pole-v1
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
4d0b7e5
unit4-cart-pole-v1
/
hyperparameters.json
voyzan
Upload folder using huggingface_hub
4d0b7e5
about 1 year ago
raw
Copy download link
history
blame
173 Bytes
{
"h_size"
:
32
,
"n_training_episodes"
:
300
,
"n_evaluation_episodes"
:
20
,
"max_t"
:
600
,
"gamma"
:
0.8
,
"lr"
:
0.03
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}