You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for unit tests to understand corner cases + see how many of them are to port to C++. I haven't found any unit test of pommerman forward model logic.
It will be good to have at least regression tests when fixing bugs like: b16c395, 3c06283, 8b57431.
The text was updated successfully, but these errors were encountered:
Sigh. It's true. We've been very lax on that and haven't put in the effort to build all the proper unit tests. This would be very helpful as a contribution and probably necessary for #103 .
Once #123 is resolved recorded (state x action -> state) steps can be repeated by different implementations of step functions and compared with the expected state.
I was looking for unit tests to understand corner cases + see how many of them are to port to C++. I haven't found any unit test of pommerman forward model logic.
It will be good to have at least regression tests when fixing bugs like: b16c395, 3c06283, 8b57431.
The text was updated successfully, but these errors were encountered: