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
I'm trying to implement other tasks with your GAIL framework, but it works badly. I think the network units and relevant parameters I chose are not appropriate. I have some questions.
I want to know how to choose the rollout_length for different tasks. You chose 2000 for InvertedPendulum-v2 and 50000 for Hopper-v3. Is there a criterion for choosing rollout_length?
The hidden_activation you chose are all Tanh() in discriminator, actor, critic. Is it better than ReLU() in GAIL? And will the hidden_units affect the final performance of the agent a lot?
Last question. In your Hopper-v3 example, the final acc_exp and acc_pi is shown below. But in my task, the Accuracy Exp is approaching 1. Is there something wrong with this?
Hope you can give me some advice. Thank you so much.
The text was updated successfully, but these errors were encountered:
Hi @toshikwa :
I'm trying to implement other tasks with your GAIL framework, but it works badly. I think the network units and relevant parameters I chose are not appropriate. I have some questions.
I want to know how to choose the
rollout_length
for different tasks. You chose 2000 forInvertedPendulum-v2
and 50000 forHopper-v3
. Is there a criterion for choosingrollout_length
?The
hidden_activation
you chose are allTanh()
in discriminator, actor, critic. Is it better thanReLU()
in GAIL? And will thehidden_units
affect the final performance of the agent a lot?Last question. In your
Hopper-v3
example, the finalacc_exp
andacc_pi
is shown below. But in my task, theAccuracy Exp
is approaching 1. Is there something wrong with this?Hope you can give me some advice. Thank you so much.
The text was updated successfully, but these errors were encountered: