mirror of
https://github.com/gryf/coach.git
synced 2026-05-01 13:14:08 +02:00
removing datasets + imports optimization
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
from typing import List, Tuple, Union, Dict, Any
|
||||
|
||||
import numpy as np
|
||||
from rl_coach.utils import ReaderWriterLock
|
||||
|
||||
from rl_coach.core_types import Transition
|
||||
from rl_coach.memories.memory import Memory, MemoryGranularity, MemoryParameters
|
||||
from rl_coach.utils import ReaderWriterLock
|
||||
|
||||
|
||||
class ExperienceReplayParameters(MemoryParameters):
|
||||
|
||||
Reference in New Issue
Block a user