IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

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

Closed piEsposito closed 4 years ago

piEsposito commented 4 years ago

importing heads parameters from the correct file, otherwise it crashes. It was importing HeadParameters from rl_coach.architectures.tensorflow_components.heads.head which was making the tutorial to crash and the correct is rl_coach.architectures.head_parameters

piEsposito commented 4 years ago

Also I've reseted tensorflow default graph before creating new ones on all tutorial 0; otherwise it is not crashis because of the already existent variables