Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2Gluon
Commits
9d6c0168
Commit
9d6c0168
authored
Jun 08, 2019
by
Nicola Gatto
Browse files
Extend timeout time to 60 seconds
parent
c01a74c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/gluon/reinforcement/environment/Environment.ftl
View file @
9d6c0168
...
...
@@ -105,7 +105,7 @@ from std_msgs.msg import Float32MultiArray, Bool, Int32, MultiArrayDimension, Fl
class
RosEnvironment(Environment):
def __init__(self,
ros_node_name='RosTrainingAgent',
timeout_in_s=
3
,
timeout_in_s=
60
,
state_topic='state',
action_topic='action',
reset_topic='reset',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment