1
0
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:
Gal Leibovich
2019-04-16 17:06:23 +03:00
committed by GitHub
parent bdb9b224a8
commit 4741b0b916
11 changed files with 451 additions and 62 deletions

View File

@@ -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