thomashopkins32 / Minecraft-Virtual-Intelligence

MIT License
0 stars 0 forks source link

Set up configurations #10

Closed thomashopkins32 closed 5 months ago

thomashopkins32 commented 5 months ago

Now that we are using ICM in addition to PPO, there are a lot of moving parts that need to be configurable.

Instead of having a ton of parameters being passed around, it would be easier to store the configuration in a yaml file somewhere and allow the user to specify the path as an argument.

We will need to create a template configuration file along with documentation to support it.