mirror of
https://github.com/gryf/coach.git
synced 2026-04-16 20:43:31 +02:00
removing datasets + imports optimization
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
from typing import List
|
||||
|
||||
import numpy as np
|
||||
from rl_coach.schedules import Schedule
|
||||
from rl_coach.spaces import ActionSpace
|
||||
|
||||
from rl_coach.core_types import RunPhase, ActionType
|
||||
from rl_coach.exploration_policies.exploration_policy import ExplorationPolicy, ExplorationParameters
|
||||
from rl_coach.schedules import Schedule
|
||||
from rl_coach.spaces import ActionSpace
|
||||
|
||||
|
||||
class BoltzmannParameters(ExplorationParameters):
|
||||
|
||||
Reference in New Issue
Block a user