Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ExusBurn
/
CartPole
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
ab0c8e0
CartPole
/
hyperparameters.json
ExusBurn
Upload folder using huggingface_hub
ab0c8e0
verified
10 months ago
raw
Copy download link
history
blame
176 Bytes
{
"h_size"
:
16
,
"n_training_episodes"
:
1000
,
"n_evaluation_episodes"
:
20
,
"max_t"
:
1000
,
"gamma"
:
1.0
,
"lr"
:
0.001
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}