1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

importing heads parameters from the correct file on tutorial #1 (#403)

This commit is contained in:
Pi Esposito
2019-09-24 14:44:49 -03:00
committed by Gal Leibovich
parent 34bc292e60
commit 9e82c06be3
2 changed files with 11 additions and 9 deletions

View File

@@ -54,7 +54,8 @@
" sys.path.append(module_path)\n",
"\n",
"import tensorflow as tf\n",
"from rl_coach.architectures.tensorflow_components.heads.head import Head, HeadParameters\n",
"from rl_coach.architectures.tensorflow_components.heads.head import Head\n",
"from rl_coach.architectures.head_parameters import HeadParameters\n",
"from rl_coach.base_parameters import AgentParameters\n",
"from rl_coach.core_types import QActionStateValue\n",
"from rl_coach.spaces import SpacesDefinition"