acmucsd / Element.AI

ACM AI Winter 2023 Competition 👾 ☃️
2 stars 1 forks source link

QA #4 Big Gulp #24

Open arth-shukla opened 1 year ago

arth-shukla commented 1 year ago

1) all print statements should be printed to stderr, NOT stdout (printing to stdout will break the program) i.e. print(stuff, file=sys.stderr 2) in addition to the expected results, please check ALL other items in obs['player_0'] (or whatever player number) to make sure everything makes sense (e.g. obs['player_0']['resetting'] is not True while the players should be alive). if smth seems off, pls flag it 3) if the respawning bombs and boosts are annoying, at line 208 change self.place_boost_bomb(rate = 0.1) to self.place_boost_bomb(rate = 0). make sure you don't commit this change 4) once done, @ me in the comments and explain what you found

Tests

Scenario 1

Scenario 2