Dennis Soemers

Results 8 comments of Dennis Soemers

Just to make sure I'm not mistaken; looking at https://github.com/richemslie/galvanise_zero/blob/dev/src/ggpzero/defs/gamedesc.py, would it be correct to say that correctly setting up the input for the NN architecture still requires manual work...

Note that `MicroRTSGridModeVecEnv` (usually) runs multiple episodes "in parallel". Not so much in the sense of truly running in parallel on multiple threads, but it doesn't fully play out one...

No, it's not possible to directly override that method. Of course, if you're implementing an AI, you could just implement your own version of a playout method (outside of the...

The import should look like this: `import game.rules.play.moves.Moves;` Doesn't your IDE automatically find that though? There should probably be only one class with that name, so it should be able...

Oh oops yeah of course that was a mistake in my example code, just edited to fix that line. The type to import there would be `import util.Move;`

Hey, thanks for your pull request! While I personally do like Maven, unfortunately we won't be merging this in. Most of our team members prefer to work directly in Eclipse...

Because this PR was relatively old and there had been numerous other changes in `master` since it was created, I re-did the support for wall observations outside of this PR....

@sladic has been looking / will be looking into this, he may already be able to point to a (partial) fix or later have an ETA for when it might...