d3rlpy icon indicating copy to clipboard operation
d3rlpy copied to clipboard

How do access env attributes in AsyncBatchEnv

Open hn2 opened this issue 2 years ago • 0 comments

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?

hn2 avatar May 09 '22 17:05 hn2