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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
For now, everything can be seeded to have reproducible experiments. The environment, the chronics etc (some seeding are missing in VoltageHandler and Opponent).
But the "seed" feature is missing from the Agent interface. This can be problematic for some experiments.
Describe the solution you'd like
Add the seed() method into the Agent public API.
Modify the runner so that you can set the seed of the agent from there.
Rewrite notebook 4 so that it is correct (for now it's not correct at all).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
For now, everything can be seeded to have reproducible experiments. The environment, the chronics etc (some seeding are missing in
VoltageHandler
andOpponent
).But the "seed" feature is missing from the
Agent
interface. This can be problematic for some experiments.Describe the solution you'd like
Add the
seed()
method into the Agent public API.Modify the runner so that you can set the seed of the agent from there.
Rewrite notebook 4 so that it is correct (for now it's not correct at all).
The text was updated successfully, but these errors were encountered: