mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
removing datasets + imports optimization
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
#
|
||||
|
||||
import tensorflow as tf
|
||||
from rl_coach.base_parameters import AgentParameters
|
||||
from rl_coach.spaces import BoxActionSpace
|
||||
from rl_coach.spaces import SpacesDefinition
|
||||
|
||||
from rl_coach.architectures.tensorflow_components.heads.head import Head, HeadParameters
|
||||
from rl_coach.base_parameters import AgentParameters
|
||||
from rl_coach.core_types import QActionStateValue
|
||||
from rl_coach.spaces import BoxActionSpace
|
||||
from rl_coach.spaces import SpacesDefinition
|
||||
|
||||
|
||||
class NAFHeadParameters(HeadParameters):
|
||||
|
||||
Reference in New Issue
Block a user