Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training Issue #46

Open
Watson52 opened this issue Nov 23, 2021 · 1 comment
Open

Training Issue #46

Watson52 opened this issue Nov 23, 2021 · 1 comment

Comments

@Watson52
Copy link

Sorry to bother you, I am new to learn reinforcement learning and i' d like to ask you some question.

  1. I wonder how could i change the times of iterations of training?
  2. Could i visualize the process during the training?
  3. Are there exist pre-trained model of IL or RL?

Looking forward to your reply. Thank you very much.

@ChanganVR
Copy link
Contributor

Hi @Watson52 sorry for the late reply. For your questions,

  1. Do you mean the increment for each time step? You should be able to control it with this parameter in the configuration:

    time_step = 0.25

  2. By visualizing the process, do you mean something like tensorboard? It currently only prints out the log. But logging to tensorboard should be very easy to add.

  3. Unfortunately, I don't have any pretrained model weights. But you can re-produce the results very easily following the instructions in the readme file.

Let me know if you have any other questions.
Changan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants