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 previous implementation did not fully account for the functionality of specifying the hidden layer dimensions through fc_reward/value/policy_layers. This has been adjusted in the PR #314. You can test zoo/classic_control/cartpole/config/cartpole_unizero_config.py to see if it meets your expectations.
If you encounter any issues during the implementation, feel free to contact us at any time. Wishing you all the best!
first of all thank you for this good project and your great effort
how i can use deep neural network correctlt ?
also how we can set layers for projection and prediction ?
i try this : [512, 256, 128, 64, 32] but is like getting same number of neuron on each layer !!
thank you
The text was updated successfully, but these errors were encountered: