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
It's a bit awkward to write a totally different script while training on another game or use another network.
The observation shape may not fit the network structure. We have to reshape them manually during writing a train.py.
We should write an API somewhere to check the observation shape and the input shape of a network, and a wrapper function to make them consistent wherever needed.
The text was updated successfully, but these errors were encountered:
It's a bit awkward to write a totally different script while training on another game or use another network.
The observation shape may not fit the network structure. We have to reshape them manually during writing a
train.py
.We should write an API somewhere to check the observation shape and the input shape of a network, and a wrapper function to make them consistent wherever needed.
The text was updated successfully, but these errors were encountered: