You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second problem arises when I try to assign action space to continuous vector in $\mathbf{R}^k$ but I didn't save the error log. In general, the action layers is parsed to have the last layer with output shape 0, and raise the error. When I tried to modify the source code to force it not be 0, other errors ocurrs.
Finally, the corresponding network architecture field in the .yaml file is
I intend to define observation space as follows:
[Image_of_one_channel, 1d-vector, 1d-vector]
And output space as follows:
[1d-vector]
For the observation spaces, I defined it as follows:
in which capitalized letters represent numbers. But I notice that functions for spaces.Tuple is not yet implemented, as shown below:
The second problem arises when I try to assign action space to continuous vector in$\mathbf{R}^k$ but I didn't save the error log. In general, the action layers is parsed to have the last layer with output shape 0, and raise the error. When I tried to modify the source code to force it not be 0, other errors ocurrs.
Finally, the corresponding network architecture field in the .yaml file is
The text was updated successfully, but these errors were encountered: