Stable-baselines: [QUESTION] DQN Policy Kwargs depreciated?

Created on 11 Jun 2020  路  4Comments  路  Source: hill-a/stable-baselines

SOLVED

more information needed question

Most helpful comment

Sorry for semi wasting your time, it got solved by simply reinstalling Stable Baselines. Yes i was using the correct version of SB, somehow reinstalling solved the issue. Don't ask me how.. Sad time.

I'd like to end with that i appreciate the work you put in Stable Baselines, thanks!

All 4 comments

I am not quite sure what is the problem. DQN does still accept policy_kwargs as before (although it seems to be missing from the docstring, wups), which is then passed on to the policy that is created. There was discussion on the confusion of how dueling architecture works (#587), however, so you have to be careful on what the different parameters will actually do to the network.

my guess is replacing "net_arch" by "layers" should solve your issue ;) (cf dqn doc)

my guess is replacing "net_arch" by "layers" should solve your issue ;) (cf dqn doc)

Yes, but it just doesn't accept the policy_kwargs argument at all, so i can't input net_arch nor layers.

Sorry for semi wasting your time, it got solved by simply reinstalling Stable Baselines. Yes i was using the correct version of SB, somehow reinstalling solved the issue. Don't ask me how.. Sad time.

I'd like to end with that i appreciate the work you put in Stable Baselines, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JankyOo picture JankyOo  路  3Comments

stefanbschneider picture stefanbschneider  路  3Comments

ktattan picture ktattan  路  3Comments

sahilgupta2105 picture sahilgupta2105  路  3Comments

junhyeokahn picture junhyeokahn  路  3Comments