mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
removing datasets + imports optimization
This commit is contained in:
@@ -16,9 +16,8 @@
|
||||
|
||||
from typing import Union, Dict
|
||||
|
||||
from rl_coach.spaces import ActionSpace
|
||||
|
||||
from rl_coach.core_types import ActionType, EnvResponse, RunPhase
|
||||
from rl_coach.spaces import ActionSpace
|
||||
|
||||
|
||||
class EnvironmentInterface(object):
|
||||
|
||||
Reference in New Issue
Block a user