Skip to content

Commit

Permalink
Merge branch 'master' into muti-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrecka authored Jan 6, 2023
2 parents 3de7cdf + 16ca337 commit fa3adee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion myGym/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file was generated by the setup.py and will be rewritten at the next build
__version__ = "2.1.2.dev22+g9e0c76a.d20220913"
__version__ = "2.1.2.dev30+gff5384a.d20221128"
__name__ = "myGym"
2 changes: 1 addition & 1 deletion myGym/configs/train_push.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"visgym" :0,
#Robot
"robot" :"kuka_push",
"robot_action" :"joints",
"robot_action" :"step",
"robot_init" :[0, 0.42, 0.17],
"robot_init" :[0.0, 0.4, 0.6],
"max_velocity" :40,
Expand Down
2 changes: 1 addition & 1 deletion myGym/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def train(env, implemented_combos, model_logdir, arg_dict, pretrained_model=None
def get_parser():
parser = argparse.ArgumentParser()
#Envinronment
parser.add_argument("-cfg", "--config", default="./configs/debugdist.json", help="Can be passed instead of all arguments")
parser.add_argument("-cfg", "--config", default="./configs/train_reach.json", help="Can be passed instead of all arguments")
parser.add_argument("-n", "--env_name", type=str, help="The name of environment")
parser.add_argument("-ws", "--workspace", type=str, help="The name of workspace")
parser.add_argument("-p", "--engine", type=str, help="Name of the simulation engine you want to use")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imageio==2.21.1
jsonmerge==1.8.0
matplotlib==3.1.3
mujoco_py==2.1.2.14
mpi4py==3.0.3
mpi4py==3.1.4
numpy==1.18.5
opencv_python==4.2.0.34
packaging==21.0
Expand Down

0 comments on commit fa3adee

Please sign in to comment.