Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Dqn refactor lidar deepq #151

Merged
merged 2 commits into from
May 11, 2018

Conversation

mkhansenbot
Copy link

  1. Refactors DeepQ class out of circuit2_turtlebot_lidar_dqn.py so that it can be use as a common class across examples.
  2. Fixes a Keras warning in DeepQ class when creating the NN model:
UserWarning: Update your `Dense` call to the Keras 2 API: `Dense(300, kernel_initializer="lecun_uniform")`
  model.add(Dense(layerSize, init='lecun_uniform'))

@ahcorde ahcorde merged commit 96d2e65 into erlerobot:master May 11, 2018
@mkhansenbot
Copy link
Author

@ahcorde - thanks for the quick merge! 👍

@mkhansenbot mkhansenbot deleted the dqn_refactor_lidar_deepq branch May 11, 2018 22:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants