mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-12 12:41:06 +08:00
fix #18: inverse the coding and shebang line
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Imitation learning demonstration using DMPs and ROS with the Franka robot.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Example on how to use an imitation learning task in PyRoboLearn using Dynamic Movement Primitives as a policy,
|
||||
and a mouse keyboard interface.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user