Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wisnunugroho21 committed Sep 13, 2020
1 parent eaab23a commit d1a5f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PPO_RND/tensorflow 2/ppo_rnd_tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def main():
lam = 0.95 # Just set to 0.95
learning_rate = 2.5e-4 # Just set to 0.95
#############################################
env_name = 'FrozenLakeNotSlippery-v0' # Set the env you want
env_name = 'Env Name' # Set the env you want
env = gym.make(env_name)

state_dim = env.observation_space.n
Expand Down

0 comments on commit d1a5f36

Please sign in to comment.