-
I have a script where I initialize an unwrapped environment and where I build the
Then when I do:
or
The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
In this case, Maybe it is due to one being implemented in numpy, while the other is jitted. |
Beta Was this translation helpful? Give feedback.
There is no other difference. (Besides being a copy rather than a reference, to make sure that the user can store the returned observation without asking itself whether or not it must be copied first).
I don't understand what you mean. You can use more generic utilities such as
build_reduce
orbuild_map
. All the others are just derived from them.