RL-Pixelcopter-PLE / hyperparameters.json
aumy's picture
Upload folder using huggingface_hub
8ae7b02
raw
history blame contribute delete
185 Bytes
{"h_size": 32, "n_training_episodes": 5000, "n_evaluation_episodes": 1, "max_t": 10000, "gamma": 0.995, "lr": 0.001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}