thomashopkins32 / Minecraft-Virtual-Intelligence

MIT License
0 stars 0 forks source link

Engine refactor #13

Closed thomashopkins32 closed 4 months ago

thomashopkins32 commented 5 months ago

Accomplishes the following:

These changes are essential to implementing more complex learning algorithms (and in the future planning algorithms as well). We can now implement learning algorithms that can be used on different parts of the agent that attempt to optimize for different objectives. It is also much easier to add to the configuration.

Closes #12