Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
jenya-g
/
Reinforce-Cartpole-v1
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
09b9b56
Reinforce-Cartpole-v1
/
hyperparameters.json
jenya-g
Upload . with huggingface_hub
09b9b56
about 2 years ago
raw
Copy download link
history
blame
178 Bytes
{
"h_size"
:
32
,
"n_training_episodes"
:
2000
,
"n_evaluation_episodes"
:
20
,
"max_t"
:
1000
,
"gamma"
:
0.999
,
"lr"
:
0.003
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}