iglu-contest / iglu

gym environment for NeurIPS 21' IGLU competition (Should NOT be used for IGLU 2022!)
https://www.iglu-contest.net/
5 stars 8 forks source link

I encountered cases where after I reset the environment, the agent will not stay at the centre of the map. #22

Open Sino-Huang opened 2 years ago

Sino-Huang commented 2 years ago

Hi, I encountered cases where after I reset the environment, the agent will not stay at the centre of the map. Then, I will not use "discrete action space" anymore. The agent will not move or strafe, though it can move its camera...

image

Sino-Huang commented 2 years ago

also, in discrete action space, "attack" action will remove all blocks. please check!

Sino-Huang commented 2 years ago

also it looks like in the agent that use discrete action space cannot perform "jump build" action (the action that agent can build a block just right below its body). I think this "jump build" action is quite important.