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
Hi, thanks for noticing the bug.
As the repository as been updated few hours ago (pending PR now closed),
these policies are now available policy_fn = {'cnn': "CnnPolicy", 'cnn-lstm': "CnnLstmPolicy", 'cnn-lnlstm': "CnnLnLstmPolicy", 'mlp': "MlpPolicy", 'lstm': "MlpLstmPolicy", 'lnlstm': "MlpLnLstmPolicy"}[args.policy] (see rl_baselines/base_classes.py, L241)
Describe the bug
In the scripts rl_baselines/rl_algorithm/sac.py, deepq.py, ddpg.py:
Code example
The following command line reproduces the issue:
The text was updated successfully, but these errors were encountered: