Skip to content

Commit

Permalink
wip: fixing imports (#61)
Browse files Browse the repository at this point in the history
Summary:
- Import fix, as the classes are either renamed or do not exist anymore

Pull Request resolved: #61

Reviewed By: danielrjiang

Differential Revision: D53599023

Pulled By: rodrigodesalvobraz

fbshipit-source-id: 7f70f55725de3ccf5b1051eb214c2944a1b824be
  • Loading branch information
Vahe Hakobyan authored and facebook-github-bot committed Feb 9, 2024
1 parent f04b258 commit e116276
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pearl/utils/instantiations/environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
)
from .contextual_bandit_uci_environment import SLCBEnvironment
from .environments import (
BoxObservationsEnvironmentBase,
BoxObservationsFromDiscrete,
FixedNumberOfStepsEnvironment,
ObservationTransformationEnvironmentAdapterBase,
OneHotObservationsFromDiscrete,
)
from .gym_environment import GymEnvironment
Expand All @@ -27,8 +26,7 @@


__all__ = [
"BoxObservationsEnvironmentBase",
"BoxObservationsFromDiscrete",
"ObservationTransformationEnvironmentAdapterBase",
"ContinuousSparseRewardEnvironment",
"ContextualBanditEnvironment",
"ContextualBanditLinearSyntheticEnvironment",
Expand Down

0 comments on commit e116276

Please sign in to comment.