Skip to content

Commit b9437d0

Browse files
committed
Clean up infrabayesian public exports
1 parent a5d560e commit b9437d0

2 files changed

Lines changed: 0 additions & 31 deletions

File tree

ibrl/infrabayesian/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
from .world_model import WorldModel
44
from .world_models.bernoulli_world_model import MultiBernoulliWorldModel
55
from .world_models.joint_bandit_world_model import (
6-
JointBanditBeliefState,
76
JointBanditComponent,
87
JointBanditWorldModel,
9-
JointBanditWorldModelParameters,
108
)
119
from .world_models.newcomb_world_model import NewcombWorldModel
1210

@@ -15,9 +13,7 @@
1513
"Infradistribution",
1614
"WorldModel",
1715
"MultiBernoulliWorldModel",
18-
"JointBanditBeliefState",
1916
"JointBanditComponent",
2017
"JointBanditWorldModel",
21-
"JointBanditWorldModelParameters",
2218
"NewcombWorldModel",
2319
]

ibrl/infrabayesian/builders/__init__.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)