thomashopkins32 / Minecraft-Virtual-Intelligence

MIT License
0 stars 0 forks source link

Add next observations to the Trajectory Buffer #15

Open thomashopkins32 opened 1 month ago

thomashopkins32 commented 1 month ago

For ICM, we will need to have the trajectory buffer store the next observation in addition to the current one. This complicates things a bit as we will now have 4 different versions of an observation:

This makes me revisit the idea that we need to have the region of interest computation outside of the agent. Maybe we can keep it inside somehow?

thomashopkins32 commented 3 weeks ago

This will be handled in #14