Skip to content

Commit

Permalink
Fix bug in gp pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Jun 18, 2024
1 parent b8d1233 commit 71d75b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grl/algorithms/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from grl.agents.gp import GPAgent

from grl.datasets import create_dataset
from grl.datasets.gpo import GPDataset, GPD4RLDataset
from grl.datasets.gp import GPDataset, GPD4RLDataset
from grl.generative_models.diffusion_model import DiffusionModel
from grl.generative_models.conditional_flow_model.optimal_transport_conditional_flow_model import (
OptimalTransportConditionalFlowModel,
Expand Down

0 comments on commit 71d75b9

Please sign in to comment.