Niels Justesen
Niels Justesen
> Notice that if this bug is not resolved for Bot Bowl tournament, it should be needed to do same number of games at home and away. So each bot...
Maybe some fireworks like this: https://codepen.io/whqet/pen/Auzch
I agree, but then replays only work for that particular version of FFAI. I think it's still the way to go, but we need to at least mark the replay...
The aim is to move the logic out of the game class. Low priority.
Moving this out of the Bot Bowl IV Announcement milestone.
If I can choose between blocking player A or player B, the sentence in the tutorial says that my action integer can be 0 or 1 but since it is...
Unless ```len(action_mask)=len(action_space)``` but that's just confusing, right?
This is better! If the scripted bot tutorials contain important info about the action space, I think it should be included here. What are the paragraphs you are thinking of?
What's the status on this one? Seems like good work but not quite there?
Thanks. A few comments: 1. web/static/js/* is the source JS and I use gulp to compile all of it into pybowl.js. I'll see if I can add a guide to...