Skip to content

Tags: RLBot/RLBotPack

Tags

incr-164

Toggle incr-164's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Noob Black to the last V4 version (#343)

* Delete RLBotPack/Noob_Black/src directory

* Add files via upload

* Delete RLBotPack/Noob_Black/src/v1 directory

* Delete RLBotPack/Noob_Black/src/v2 directory

* Delete RLBotPack/Noob_Black/src/v3 directory

* Delete RLBotPack/Noob_Black/src/__pycache__ directory

* Delete RLBotPack/Noob_Black/src/util/__pycache__ directory

incr-163

Toggle incr-163's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Tabaxi (#339)

incr-162

Toggle incr-162's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RLDojo at v1.1.0 to RLBotPack (#338)

incr-161

Toggle incr-161's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add "goalie" tag to St. Peter (#336)

incr-160

Toggle incr-160's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(Nexto_EZ): buffer randomness value consistency (#335)

Updates the Nexto_EZ bot to match user expectations when the GUI slider
is unmodified.

* when initialized the `Nexto_EZ` class loads the shared memory buffer
  with a value from 0-255 where 0 represents a fully random bot and 255
  is fully nexto.
* when initialized the gui expects the value to be in the 0=fully-random
  format and displays correctly, but does not update the value until
  the slider is adjusted.
* when the slider is adjusted it writes a 0-255 value where 255 is
  random and 0 is fully nexto. (Note that this is inverted from the
  initialization step.)
* when deciding whether the tick should be random or not the `Nexto_EZ`
  class expects the buffer to contain a 0-255 value where 255 is fully
  random. (see line 50)

It seems to match expectations if the user modifies the slider before
playing. However if the slider is not changed, or when `SHOW_GUI` is set to
False the bot's behavior will be the inverse of expectation.

* update the initialization of the class and gui to set and expect the
  0=fully-nexto 255=fully-random format, respectively.
* add debug logging to elevate confidence the bot is behaving as
  expected. defaults to False/Off

incr-159

Toggle incr-159's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add "goalie" tag to Noob Black (#337)

incr-158

Toggle incr-158's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make Monkey and Engine work without git (#334)

* Make Monkey work without git

* Make Engine work without git

incr-157

Toggle incr-157's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Noob Black not appearing in the ui. (#333)

I found that changing this one line fixed an issue I found where the bot wouldn't appear in the ui menu.

incr-156

Toggle incr-156's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding Noob Black (#332)

* Add files via upload

* Update bot.cfg

incr-155

Toggle incr-155's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Kamael requirements.txt (#331)