mirror of
https://github.com/gryf/coach.git
synced 2026-03-29 08:03:32 +02: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