mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
removing datasets + imports optimization
This commit is contained in:
@@ -17,11 +17,10 @@
|
||||
from collections import OrderedDict
|
||||
from typing import Union
|
||||
|
||||
from rl_coach.core_types import RunPhase, ActionInfo
|
||||
from rl_coach.spaces import DiscreteActionSpace
|
||||
|
||||
from rl_coach.agents.agent import Agent
|
||||
from rl_coach.core_types import RunPhase, ActionInfo
|
||||
from rl_coach.logger import screen
|
||||
from rl_coach.spaces import DiscreteActionSpace
|
||||
|
||||
|
||||
## This is an abstract agent - there is no learn_from_batch method ##
|
||||
|
||||
Reference in New Issue
Block a user