Upload policy_config.py with huggingface_hub
Browse files- policy_config.py +1 -0
policy_config.py
CHANGED
@@ -36,6 +36,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': 50,
|
|
|
36 |
'collector_env_num': 8,
|
37 |
'evaluator_env_num': 3,
|
38 |
'env_type': 'not_board_games',
|
39 |
+
'action_type': 'fixed_action_space',
|
40 |
'battle_mode': 'play_with_bot_mode',
|
41 |
'monitor_extra_statistics': True,
|
42 |
'game_segment_length': 50,
|