Skip to content

Commit

Permalink
Issue #1662: fix nn extension for edison
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed May 8, 2024
1 parent 1856d4c commit 1a8b479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RobotEdison/src/main/resources/edison.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ robot.configuration.old.toplevelblock = robBrick_Edison-Brick

#connection type
# nn is impossible for this robot
robot.nn = selectable
robot.nn.activations = linear,relu,tanh,sigmoid,bool
robot.nn = never
robot.nn.activations = linear

robot.helperMethods = classpath:/helperMethodsEdison.yml
robot.multisim = true
Expand Down

0 comments on commit 1a8b479

Please sign in to comment.