d3rlpy
d3rlpy copied to clipboard
How do access env attributes in AsyncBatchEnv
I am saving env attributes to file by accessing them using: v_env_attributes = dict(env.dict), and then pickling it. This works fine for single env, but not for AsyncBatchEnv How can I access env attributes in AsyncBatchEnv?