Skip to content

Weird tensorboard plots in GAIL #577

@rohitrango

Description

@rohitrango

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))

Here is the graph that I get
Screenshot from 2019-11-23 14-18-54

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

No one assigned

    Labels

    bugSomething isn't workingdocumentationDocumentation should be updatedduplicateThis issue or pull request already exists

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions