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

Import model back #75

Merged
merged 4 commits into from
Jul 24, 2023
Merged

Import model back #75

merged 4 commits into from
Jul 24, 2023

Conversation

Jack17432
Copy link
Contributor

@Jack17432 Jack17432 commented Jul 21, 2023

By Nick & Bowen

PLEASE READ

Change:

  • In train.yaml, if actor_path and critic_path are specified, we can continue training with previous trained model.
  • Also if they are specified, the exploration steps is 0. Because no point to explore when we have the trained model.
  • Added a bash script that restart the training every $1 time ($1 is the input param). After each restart, it will get the latest stored/modified model and then use it to continue training it.

Note:

  • To restart the training every $1 time, you HAVE TO run the training via. retrain.sh.
  • If either actor_path and critic_path is not specified, then it will run the training like before.

@retinfai retinfai merged commit 299aa30 into master Jul 24, 2023
@Jack17432 Jack17432 deleted the Import-model-back branch August 1, 2023 00:39
Doge-God pushed a commit that referenced this pull request Jul 5, 2024
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

Successfully merging this pull request may close these issues.

2 participants