Views
No views yet
1{'exp_name': 'lunar-lander-hf-V2'
2'model_version': '0'
3'use_checkpoint': False
4'convolutional': False
5'keep_last_k': 2
6'seed': 42
7'record_video': False
8'remove_old_video': False
9'fps': 30
10'n_eval_steps': 20000
11'env_id': 'LunarLander-v3'
12'n_envs': 4
13'eps': 1e-05
14'learning_rate': 0.00025
15'anneal_lr': True
16'gae': True
17'gae_lambda': 0.98
18'gamma': 0.999
19'total_timesteps': 1000000
20'n_steps': 128
21'batch_size': 512
22'n_mini_batches': 4
23'mini_batch_size': 128
24'update_epochs': 4
25'norm_adv': True
26'clip_coef': 0.2
27'clip_vloss': True
28'entropy_coef': 0.01
29'vf_coef': 0.5
30'max_grad_norm': 0.5
31'target_kl': 0.015
32'torch_deterministic': True
33'cuda': True
34'device': device(type='cuda')
35'track_run': False
36'wandb_project_name': 'RL'
37'wandb_entity': None
38'TEMP': '../temp'
39'VIDEOS': '../videos'
40'MODELS': '../../rl-module/models'
41'runs_path': '../temp/runs'
42'wandb_path': '../temp/wandb'
43'videos_path': '../videos/lunar-lander-hf-V2'
44'models_path': '../../rl-module/models/lunar-lander-hf-V2'
45'checkpoint_path': '../temp/lunar-lander-hf-V2'}