TMmichi / vrep_jaco

1 stars 0 forks source link

Sim to Real #12

Closed TMmichi closed 2 years ago

TMmichi commented 4 years ago

Sim-to-Real via Sim-to-Sim: Data-efficient Robotic Grasping via Randomized-to-Canonical Adaptation Networks (2019) http://openaccess.thecvf.com/content_CVPR_2019/papers/James_Sim-To-Real_via_Sim-To-Sim_Data-Efficient_Robotic_Grasping_via_Randomized-To-Canonical_Adaptation_Networks_CVPR_2019_paper.pdf

TMmichi commented 4 years ago

sim-to-real robot learning from pixels with progressive nets (2016) Rusu et al. https://arxiv.org/pdf/1610.04286.pdf

Contrib: Leveraging on Progressive Nets, trained model from simulation where fast rendering and multi-threaded training environment is available, can successfully provide transfer learning technique without being restricted to the change of model structure (capacity) or modality of input data, and also can reduce the inter-domain variance of simulation and real.

Used input data: 1st column - 64x64x3, 2nd - 64x64x3 + 9 angles + 9 velocities, 3rd - 9 + 9 Used policy appx: progressive nets <Conv + LSTM/FC> Used policy optimization method: A3C (simulation), A2C (real)

Key points:

Future works: Implementing IRL/IL may results decreasing in training time.

TMmichi commented 4 years ago

Sim-to-Real Transfer of Robotic Control with Dynamics Randomization (2018) https://xbpeng.github.io/projects/SimToReal/2018_SimToReal.pdf -> cited from Zhu paper for its randomization of visual appearance and robot dynamics

TMmichi commented 4 years ago

Quantifying the Reality Gap in Robotic Manipulation Tasks (2018) https://arxiv.org/pdf/1811.01484.pdf

TMmichi commented 4 years ago

Asymmetric Actor Critic for Image-Based Robot Learning (2017) https://arxiv.org/pdf/1710.06542.pdf -> cited from Zhu paper for its randomization