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
Error is shown as follows:
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'beta_q_input' with dtype float and shape [?,16]
I have no changes to the codes and errors happen when I run the main.py of gridworld.
The text was updated successfully, but these errors were encountered:
I know the problem. Because the default value of "--preset_lambda" in the code given by the author is False, the corresponding "--train_mode" should be changed from 'frl_lambda' to 'frl_separate'.
Error is shown as follows:
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'beta_q_input' with dtype float and shape [?,16]
I have no changes to the codes and errors happen when I run the main.py of gridworld.
The text was updated successfully, but these errors were encountered: