Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
itmo-sai-code
rostok
Commits
b496b6d9
Commit
b496b6d9
authored
1 year ago
by
MikhailChaikovskii
Browse files
Options
Download
Email Patches
Plain Diff
fix setup
parent
4d87f29a
master
article3-accurate-mass-geometric
article3-exception
article3-mcts-tree-random
article3-parallel_core
article3-shaker-and-show-results
article3-tune_hyperparameters
article_3
article_3_K
article_3_add_optimizer_holy_3
article_3_k2_hull
article_3_k_parallel
article_force_Kirill
article_learning
article_trajectories
builder_update
feature/golem_casessss
feature/paralel_script_for_run
feature/tendon_controller1
fix-readme-badges
fix/length_fix
fix_examples_grasping
prototype/tendon_ext_force
test_designs
test_run
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/hyperparameters.py
+1
-1
app/hyperparameters.py
app/mcts_run_setup.py
+5
-5
app/mcts_run_setup.py
with
6 additions
and
6 deletions
+6
-6
app/hyperparameters.py
View file @
b496b6d9
MAX_NUMBER_RULES
=
15
BASE_ITERATION_LIMIT
=
3
0
BASE_ITERATION_LIMIT
=
3
BASE_ITERATION_LIMIT_GRAPH
=
200
ITERATION_REDUCTION_TIME
=
0.7
...
...
This diff is collapsed.
Click to expand it.
app/mcts_run_setup.py
View file @
b496b6d9
...
...
@@ -144,11 +144,11 @@ def config_with_standard_multiobject(grasp_object_blueprint, weights):
force_test_time
=
hp
.
FORCE_TEST_TIME
)
simulation_manager
.
add_event
(
event_stop_external_force
)
for
manager
in
simulation_managers
:
manager
.
add_event
(
event_contact
)
manager
.
add_event
(
event_timeout
)
manager
.
add_event
(
event_flying_apart
)
manager
.
add_event
(
event_grasp
)
manager
.
add_event
(
event_stop_external_force
)
manager
[
0
]
.
add_event
(
event_contact
)
manager
[
0
]
.
add_event
(
event_timeout
)
manager
[
0
]
.
add_event
(
event_flying_apart
)
manager
[
0
]
.
add_event
(
event_grasp
)
manager
[
0
]
.
add_event
(
event_stop_external_force
)
#create criterion manager
simulation_rewarder
=
SimulationReward
(
verbosity
=
0
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help