We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 0.8.0, using the grid2op.Reward.L2RPNSandBoxReward causes the framework to fail with:
grid2op.Reward.L2RPNSandBoxReward
python3.6/site-packages/grid2op/Reward/L2RPNSandBoxScore.py", line 35, in __call__ p_t = np.max(env.gen_cost_per_MW[env.gen_activeprod_t > 0.], dtype=dt_float) File "<__array_function__ internals>", line 4, in amax TypeError: _amax_dispatcher() got an unexpected keyword argument 'dtype'
Should remove dtype from np.max call and add a unit tests that call rewards instances to prevent this from happening
np.max
The text was updated successfully, but these errors were encountered:
Additionnaly, dataset rte_case14_sandbox may use the L2RPNSandBoxReward as default in it's config.py
rte_case14_sandbox
L2RPNSandBoxReward
config.py
Sorry, something went wrong.
making sure issue #67 is fixed
c7595e6
Fixed in version v0.8.1
Merge pull request #67 from BDonnot/zrg-1.0.0
0394a64
MultiMixEnvironment Iterable
No branches or pull requests
In 0.8.0, using the
grid2op.Reward.L2RPNSandBoxReward
causes the framework to fail with:Should remove dtype from
np.max
call and add a unit tests that call rewards instances to prevent this from happeningThe text was updated successfully, but these errors were encountered: