Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
AliMMZ
/
Reinforce-model1000
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
b46eefa
Reinforce-model1000
/
hyperparameters.json
AliMMZ
Push Reinforce agent to the Hub
b46eefa
about 2 years ago
raw
Copy download link
history
blame
Safe
177 Bytes
{
"h_size"
:
32
,
"n_training_episodes"
:
10000
,
"n_evaluation_episodes"
:
10
,
"max_t"
:
1000
,
"gamma"
:
0.99
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}