thomashopkins32 / Minecraft-Virtual-Intelligence

MIT License
0 stars 0 forks source link

Refactor project to use entry points #12

Closed thomashopkins32 closed 2 months ago

thomashopkins32 commented 3 months ago

I think this project should be easily run from the command line. I propose doing the following:

The benefits of this approach means that I can rapidly schedule parameter tuning runs with little changes. If I end up running a large number of experiments, I am probably better off writing a script that schedules them for me and tracks the progress of each. But that can be handled in the future.