mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Docs changes - fixing blogpost links, removing importing all exploration policies (#139)
* updated docs * removing imports for all exploration policies in __init__ + setting the right blog-post link * small cleanups
This commit is contained in:
committed by
Scott Leishman
parent
155b78b995
commit
f12857a8c7
@@ -35,7 +35,6 @@ from multiprocessing.managers import BaseManager
|
||||
import subprocess
|
||||
from rl_coach.graph_managers.graph_manager import HumanPlayScheduleParameters, GraphManager
|
||||
from rl_coach.utils import list_all_presets, short_dynamic_import, get_open_port, SharedMemoryScratchPad, get_base_dir
|
||||
from rl_coach.agents.human_agent import HumanAgentParameters
|
||||
from rl_coach.graph_managers.basic_rl_graph_manager import BasicRLGraphManager
|
||||
from rl_coach.environments.environment import SingleLevelSelection
|
||||
from rl_coach.memories.backend.redis import RedisPubSubMemoryBackendParameters
|
||||
@@ -229,6 +228,8 @@ class CoachLauncher(object):
|
||||
|
||||
# for human play we need to create a custom graph manager
|
||||
if args.play:
|
||||
from rl_coach.agents.human_agent import HumanAgentParameters
|
||||
|
||||
env_params = short_dynamic_import(args.environment_type, ignore_module_case=True)()
|
||||
env_params.human_control = True
|
||||
schedule_params = HumanPlayScheduleParameters()
|
||||
|
||||
Reference in New Issue
Block a user