Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
jackoyoungblood
/
DeepRL
like
0
Reinforcement Learning
Transformers
TensorBoard
ONNX
Taxi-v3
q-learning
custom-implementation
Eval Results
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
Train
Deploy
Use this model
9109aec
DeepRL
/
hyperparameters.json
jackoyoungblood
Push Reinforce agent to the Hub
9109aec
over 2 years ago
raw
Copy download link
history
blame
Safe
176 Bytes
{
"h_size"
:
16
,
"n_training_episodes"
:
6600
,
"n_evaluation_episodes"
:
100
,
"max_t"
:
1000
,
"gamma"
:
1.0
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}