Pixelcopter-REINFORCE / pixelcopter_hyperparameters.json
johith9381's picture
Upload pixelcopter_hyperparameters.json with huggingface_hub
ee3c2c3 verified
Raw
History Blame Contribute Delete
205 Bytes
{
"h_size": 64,
"n_training_episodes": 5000,
"n_evaluation_episodes": 10,
"max_t": 2000,
"gamma": 0.99,
"lr": 0.0001,
"env_id": "Pixelcopter-PLE-v0",
"state_space": 7,
"action_space": 2
}