{ "env_config": { "env_id": "LunarLander-v3", "env_kwargs": {}, "max_steps": null, "normalize_obs": false, "use_image": false, "vector_env_num": 6, "use_multi_processing": true, "image_shape": null, "frame_stack": 1, "frame_skip": 1, "training_render_mode": null }, "device": "cpu", "learning_rate": 0.0001, "gamma": 0.99, "checkpoint_pathname": "", "max_grad_norm": null, "log_interval": 50, "track": true, "eval_episodes": 100, "eval_random_seed": 42, "eval_video_num": 10, "timesteps": 250000, "epsilon_schedule": { "_type": "LinearSchedule", "_module": "practice.utils_for_coding.scheduler_utils", "_start_e": 1.0, "_end_e": 0.01, "_duration": 150000, "_start_t": 0 }, "replay_buffer_capacity": 120000, "batch_size": 64, "train_interval": 1, "target_update_interval": 250, "update_start_step": 2000, "dqn_algorithm": "double" }