cswinter / CodeCraftGame

The CodeCraft programming game.
http://www.codecraftgame.org
35 stars 10 forks source link

Tutorial not working with 0.7.0 #15

Open xelfe opened 3 years ago

xelfe commented 3 years ago

Hi ! I know that this project is not really active but I really like it. From the tutorial with version 0.6.0, everything is ok but when I switch to 0.7.0, the crafts dont do anything anymore. Did I miss something ?

cswinter commented 3 years ago

Ha, nice to see some people are still using CodeCraft 😄 I'll take a look later, shouldn't be that hard to fix. When you say the crafts don't do anything anymore, what do you mean? Do drones just not respond to commands anymore at all?

In the meantime, I recommend just going with 0.6.0. There aren't any substantive changes in 0.7.0, it's mostly bugfixes that allow for reliably running at scale, and exposing some internals which I needed to make RL training work.

xelfe commented 3 years ago

When you say the crafts don't do anything anymore, what do you mean? Do drones just not respond to commands anymore at all? Yep. The mothership dont build harvester. Same for the "other player"

For info, I'm using java instead of scala.