mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
BCQ variant on top of DDQN (#276)
* kNN based model for predicting which actions to drop * fix for seeds with batch rl
This commit is contained in:
@@ -259,7 +259,7 @@ class CoachLauncher(object):
|
||||
graph_manager.env_params.level = args.level
|
||||
|
||||
# set the seed for the environment
|
||||
if args.seed is not None:
|
||||
if args.seed is not None and graph_manager.env_params is not None:
|
||||
graph_manager.env_params.seed = args.seed
|
||||
|
||||
# visualization
|
||||
|
||||
Reference in New Issue
Block a user