8d2a2499d68be5d36951e5ad6dc44754063310f2,examples/rig/pusher/rig.py,,,#,5
Before Change
)
n_seeds = 1
mode = "here_no_doodad"
exp_prefix = "rlkit-pusher-rig-example"
for _ in range(n_seeds):
run_experiment(
grill_her_td3_full_experiment,
exp_prefix=exp_prefix,
mode=mode,
variant=variant,
// use_gpu=True, // Turn on if you have a GPU
)
After Change
algorithm="RIG",
)
run_experiment(
grill_her_td3_full_experiment,
exp_prefix="rlkit-pusher-rig-example",
mode="here_no_doodad",
variant=variant,
// use_gpu=True, // Turn on if you have a GPU
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: vitchyr/rlkit
Commit Name: 8d2a2499d68be5d36951e5ad6dc44754063310f2
Time: 2018-12-14
Author: vitchyr@gmail.com
File Name: examples/rig/pusher/rig.py
Class Name:
Method Name:
Project Name: uber/ludwig
Commit Name: d6c1b86594ef9a97e9f503547ab6567f89508486
Time: 2019-05-01
Author: smiryala@uber.com
File Name: tests/integration_tests/test_experiment.py
Class Name:
Method Name: test_experiment_multi_input_intent_classification
Project Name: vitchyr/rlkit
Commit Name: 8d2a2499d68be5d36951e5ad6dc44754063310f2
Time: 2018-12-14
Author: vitchyr@gmail.com
File Name: examples/rig/pointmass/rig.py
Class Name:
Method Name: