Closed traderbagel closed 6 years ago
according to commit message
Changed MultiDiscrete action space to range from [0, ..., n-1] rather than [a, ..., b-1].
MultiDiscrete
[0, ..., n-1]
[a, ..., b-1]
this cause the current code can't run.
according to commit message
this cause the current code can't run.