zjowowen commited on
Commit
29a8ccd
1 Parent(s): cd92e68

Upload policy_config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. policy_config.py +2 -0
policy_config.py CHANGED
@@ -1,6 +1,7 @@
1
  exp_config = {
2
  'main_config': {
3
  'exp_name': 'LunarLander-v2-MuZero',
 
4
  'env': {
5
  'env_id': 'LunarLander-v2',
6
  'continuous': False,
@@ -36,6 +37,7 @@ exp_config = {
36
  'collector_env_num': 8,
37
  'evaluator_env_num': 3,
38
  'env_type': 'not_board_games',
 
39
  'battle_mode': 'play_with_bot_mode',
40
  'monitor_extra_statistics': True,
41
  'game_segment_length': 200,
 
1
  exp_config = {
2
  'main_config': {
3
  'exp_name': 'LunarLander-v2-MuZero',
4
+ 'seed': 0,
5
  'env': {
6
  'env_id': 'LunarLander-v2',
7
  'continuous': False,
 
37
  'collector_env_num': 8,
38
  'evaluator_env_num': 3,
39
  'env_type': 'not_board_games',
40
+ 'action_type': 'fixed_action_space',
41
  'battle_mode': 'play_with_bot_mode',
42
  'monitor_extra_statistics': True,
43
  'game_segment_length': 200,