ucl-dark / pax

Scalable Opponent Shaping Experiments in JAX
Apache License 2.0
21 stars 5 forks source link

Decouple runners from watcher code #162

Open chrismatix opened 1 year ago

chrismatix commented 1 year ago

Currently runners such as the RLRunner import and invoke environment watchers such as the ipd_visitation. We would like to instead pass them as a dependency so that the runners do not need to handle env cases.