Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
aleks0309
/
Reinforce-CartPole
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
d403fe7
Reinforce-CartPole
/
hyperparameters.json
aleks0309
Push Reinforce agent to the Hub
d403fe7
about 2 years ago
raw
Copy download link
history
blame
176 Bytes
{
"h_size"
:
16
,
"n_training_episodes"
:
5000
,
"n_evaluation_episodes"
:
100
,
"max_t"
:
1000
,
"gamma"
:
1.0
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}