added minecraft environment

This commit is contained in:
NM512
2023-07-02 11:29:48 +09:00
parent 8fa2274cfc
commit 036e9a8028
6 changed files with 543 additions and 5 deletions

View File

@@ -172,6 +172,15 @@ atari100k:
imag_gradient: 'reinforce'
time_limit: 108000
minecraft:
task: minecraft_diamond
break_speed: 100.0
envs: 16
train_ratio: 16
log_keys_max: '^log_inventory.*'
encoder: {mlp_keys: 'inventory|inventory_max|equipped|health|hunger|breath|reward', cnn_keys: 'image'}
decoder: {mlp_keys: 'inventory|inventory_max|equipped|health|hunger|breath', cnn_keys: 'image'}
time_limit: 36000
debug:
debug: True