forked from openai/baselines
-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationDocumentation should be updatedDocumentation should be updatedduplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Describe the bug
While training GAIL, I get plots which go back in the x-axis in tensorboard. Please see example.
Code example
from stable_baselines import GAIL
from stable_baselines.gail import ExpertDataset
dataset = ExpertDataset(expert_path='hopper.npz')
model = GAIL('MlpPolicy', 'Hopper-v2', dataset, tensorboard_log='logs/hopper-v2')
model.learn(total_timesteps=int(1e6))
System Info
Describe the characteristic of your environment:
- Installed from source
- Python version - 3.5.2
- Tensorflow version - 1.14.0
This problem doesn't occur with TRPO where I get reasonable plots.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationDocumentation should be updatedDocumentation should be updatedduplicateThis issue or pull request already existsThis issue or pull request already exists