DLR-RM / stable-baselines3

PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.

Home Page:https://stable-baselines3.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Control PPO training

mwalidcharrwi opened this issue · comments

❓ Question

Hi
I wanted to inquire is there a way to control the training of the MaskablePPO when it finishes the data set that is to be trained on (when ep_len_mean reaches 1 and ep_rew_mean reaches 100 in the logger) or at any specific point during the learning?

Checklist