Reinforce-helicopter_v4 / hyperparameters.json
HeinrichWirth's picture
Upload folder using huggingface_hub
09335ab
raw
history blame contribute delete
188 Bytes
{"h_size": 64, "n_training_episodes": 30000, "n_evaluation_episodes": 10, "max_t": 200000, "gamma": 0.99, "lr": 0.0002, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}