Views
No views yet
python -m minetest_baselines.train --algo ppo --exp-name ppo_fastversion_seed1 --seed 1 --capture-video --video-frequency 500 --track --wandb-entity rkla --save-model --upload-model --hf-entity rkla --total-timesteps 2000000 --num-envs 41{'anneal_lr': True,
2 'batch_size': 512,
3 'capture_video': True,
4 'clip_coef': 0.1,
5 'cuda': True,
6 'ent_coef': 0.01,
7 'env_id': 'minetester-treechop_shaped-v0',
8 'exp_name': 'ppo_fastversion_seed1',
9 'gae_lambda': 0.95,
10 'gamma': 0.99,
11 'hf_entity': 'rkla',
12 'learning_rate': 0.00025,
13 'max_grad_norm': 0.5,
14 'minibatch_size': 128,
15 'norm_adv': True,
16 'num_envs': 4,
17 'num_minibatches': 4,
18 'num_steps': 128,
19 'num_updates': 3906,
20 'save_model': True,
21 'seed': 1,
22 'target_kl': None,
23 'torch_deterministic': True,
24 'total_timesteps': 2000000,
25 'track': True,
26 'update_epochs': 4,
27 'upload_model': True,
28 'vf_coef': 0.5,
29 'video_frequency': 500,
30 'wandb_entity': 'rkla',
31 'wandb_project_name': 'minetest-baselines'}