Seed #574
Unanswered
alvaromorales1965
asked this question in
Q&A
Seed
#574
Replies: 1 comment
-
Sorry I meant, model_a2c = agent.get_model(model_name="a2c",model_kwargs = A2C_PARAMS, tensorboard_log="/content/tensorboard_log", seed = 45) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I want to train a model with different seeds, where do I modify it?
For instance:
trained_a2c = agent.train_model(model=model_a2c,
tb_log_name='a2c',
total_timesteps=50000, seed=seed)
is ok?
Beta Was this translation helpful? Give feedback.
All reactions