Skip to content
Snippets Groups Projects
Commit 3d75ed5b authored by Unknown's avatar Unknown
Browse files

changed to 20 test for high level

parent d5cda2c5
No related branches found
No related tags found
1 merge request!2Final test
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -172,7 +172,7 @@ if __name__ == "__main__": ...@@ -172,7 +172,7 @@ if __name__ == "__main__":
if args.train: if args.train:
high_level_policy_training(nb_steps=args.nb_steps, load_weights=args.load_weights, save_path=args.save_file, high_level_policy_training(nb_steps=args.nb_steps, load_weights=args.load_weights, save_path=args.save_file,
tensorboard=args.tensorboard, nb_episodes_for_test=args.nb_episodes_for_test, tensorboard=args.tensorboard, nb_episodes_for_test=20,
visualize=args.visualize) visualize=args.visualize)
if args.test: if args.test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment