sail-sg / envpool

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
https://envpool.readthedocs.io
Apache License 2.0
1.1k stars 100 forks source link

adding option to return ram state in info #297

Open renos opened 8 months ago

renos commented 8 months ago

Description

Describe your changes in detail.

Motivation and Context

Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. You can use the syntax close #233 if this solves the issue #233

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Implemented Tasks

Checklist

Go over all the following points, and put an x in all the boxes that apply. If you are unsure about any of these, don't hesitate to ask. We are here to help!

Trinkle23897 commented 8 months ago

Thanks! Could you add a python test to make sure it actually works?