mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
removing datasets + imports optimization
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
from typing import List
|
||||
|
||||
import numpy as np
|
||||
from rl_coach.spaces import ActionSpace, BoxActionSpace, GoalsSpace
|
||||
|
||||
from rl_coach.core_types import RunPhase, ActionType
|
||||
from rl_coach.exploration_policies.exploration_policy import ExplorationPolicy, ExplorationParameters
|
||||
from rl_coach.spaces import ActionSpace, BoxActionSpace, GoalsSpace
|
||||
|
||||
|
||||
# Based on on the description in:
|
||||
|
||||
Reference in New Issue
Block a user