Sheep training flock _ improver
This commit is contained in:
@@ -44,7 +44,7 @@ def main():
|
||||
help="Train with n_sheep randomized per episode (no curriculum). "
|
||||
"Total train steps = steps-per-stage * max_sheep.")
|
||||
p.add_argument("--n-envs", type=int, default=8)
|
||||
p.add_argument("--max-steps", type=int, default=1500)
|
||||
p.add_argument("--max-steps", type=int, default=2500)
|
||||
p.add_argument("--eval-episodes", type=int, default=30)
|
||||
p.add_argument("--run-dir", type=str, default=None)
|
||||
args = p.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user