Results 3 issues of Nick Zolman

I had a use-case where I initialized a medium mesh cylinder `FlowEnv` without a checkpoint (just the default flow), and then later used env.flow.load_checkpoint. The `env.render()` function worked fine, and...

bug
priority

Not sure that this is a bug exactly, but thought it should be documented/discussed. If you save a FlowConfig (firedrake) checkpoint where the actuators are not zero and load the...

Having trouble rendering the Pinball environment (hydrogym==0.1.2.1). Example code for reproducibility and error below. It appears the issue is that FlowConfig is trying to reference `self.flow.`. The easiest solution is...