Added encoding in every python file

This commit is contained in:
dbonattoj
2019-09-26 10:53:31 +02:00
parent ec3f10b6c6
commit 6c256c68b6
761 changed files with 761 additions and 0 deletions
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Attractor point using impedance control with RRBot
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Force control: gravity compensation with RRBot
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Force control: apply no forces/torques.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""In this file, we create from scratch the inverted pendulum swing-up environment defined in OpenAI Gym.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use an imitation learning task in PyRoboLearn using Dynamic Movement Primitives as a policy,
and a mouse keyboard interface.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Run the Asus Xtion interface.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the mouse keyboard interface.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Run the Openpose interface.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Playstation game controller interface
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Control a quadcopter in the air using an Xbox or Playstation game controller.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Control a quadcopter in the air using speech.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Control a wheeled robot using a keyboard, an Xbox or Playstation game controller.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Control a wheeled robot in the air using speech.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Run the Space mouse interface.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Run the speech interface.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Run the Webcam interface.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Xbox game controller interface
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""In this file, we perform forward kinematics using the Kuka robot.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""In this file, we perform inverse kinematics using the Kuka robot.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""In this file, we use and compare several IK libraries using the Kuka robot.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Inverse kinematics with the Kuka robot where the goal is to follow a moving sphere.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Draw the 2D velocity and force manipulability ellipsoids on the end-effector of a 3-link planar manipulator.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Center of mass manipulability tracking
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Center of mass manipulability tracking
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Center of mass manipulability tracking
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide some examples using DMPs.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide some examples using GMMs.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide some examples using ProMPs.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide the joint real-time plotting example.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide the link frame real-time plotting example.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Acrobot' OpenAI Gym environments in PRL using the `stable_baselines` library.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the PRL 'Acrobot' environment using the `stable_baselines` library.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PRL using the `stable_baselines` library.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Pendulum' OpenAI Gym environments in PRL using the `stable_baselines` library.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the PRL 'Acrobot' environment using the `stable_baselines` library.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using a linear policy trained with
the Bayesian Optimization algorithm.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using a linear policy trained with
the Cross-Entropy Method algorithm.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using a linear policy trained with
the CMA-ES algorithm.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using a linear policy trained with
the finite difference algorithm.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using a linear policy trained with
the PoWER RL algorithm.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using NEAT.
"""
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Example on how to use the 'Cartpole' OpenAI Gym environments in PyRoboLearn using a random policy
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Demonstrate the various features (operations) you can use with the ``Reward`` class.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Demonstrate how the reward function that measures how much a robot has moved forward increases / decreases based on
the robot velocity. Use the arrow keys on your keyboard to move the robot, and observe how the computed reward value
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Demonstrate how the distance cost decreases as you move the manipulator (with your mouse) closer to the target
object in the world.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Attach a gripper/hand to the Kuka manipulator.
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Attach the Kuka Youbot manipulator to the HyQ2Max quadruped.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Distribute several e-pucks in the world and make them move forward.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load a robot in a basic world.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Control a quadcopter in the air using an Xbox or Playstation game controller.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Manipulate the robot's joints with sliders.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Aibo robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Allegro hand.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Ant Mujoco model.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Atlas robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Ballbot robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Baxter robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the BB8 robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Cartpole robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide the Cassie robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Centauro robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Cogimon robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Coman robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Crab robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Cubli robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Darwin robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the e.Do robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load some Epuck robots.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the F10 racecar robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Fetch robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Franka Emika robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the HalfCheetah Mujoco model.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Hopper Mujoco model.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Hubo robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Humanoid Mujoco model.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Husky robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the HyQ robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide the HyQ2Max robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Jaco robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Kuka KR5 robotic industrial platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Provide the Kuka IIWA robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Kuka LWR robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Laikago robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Little Dog robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load 2d manipulators.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Minitaur robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Lincoln MKZ car robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Morphex robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Nao robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the OpenDog robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Pepper robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Phantom X robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Pleurobot robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the PR2 robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Quadcopter robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Rhex robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the RRBot robotic platform.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the Sawyer robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the SEA Hexapod robot.
"""
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
"""Load the SEA Snake robot.
"""

Some files were not shown because too many files have changed in this diff Show More