Skip to content

Commit 2fc477d

Browse files
committed
Fix import and add __init__.py
1 parent c095247 commit 2fc477d

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

src/reward_preprocessing/trainers/__init__.py

Whitespace-only changes.

src/reward_preprocessing/trainers/supervised_trainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Callable, Dict, Mapping, Optional, Sequence, Tuple, Type
22

3-
from PIL import Image
43
from gym import spaces
54
from imitation.algorithms import base
65
from imitation.data import types

0 commit comments

Comments
 (0)