automl / DACBench

A benchmark library for Dynamic Algorithm Configuration.
https://automl.github.io/DACBench/
Apache License 2.0
28 stars 14 forks source link

seed environment after creating action space #119

Closed ndangtt closed 2 years ago

ndangtt commented 2 years ago

Hello,

This PR fixes a small bug in abstract_env.py. We want to seed the environment after creating the action space, otherwise we'll get error if seed_action_space is True.