-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from incognite-lab/PNPnew
Pn pnew
- Loading branch information
Showing
91 changed files
with
300,490 additions
and
853 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ = "0.1.dev114+g126fcd1" | ||
__version__ = "2.1.dev5+geb0cf18" | ||
__name__ = "myGym" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
#Environment | ||
"env_name" :"Gym-v0", | ||
"workspace":"baskets", | ||
"engine" :"pybullet", | ||
"render" :"opengl", | ||
"camera" :0, | ||
"gui" :1, | ||
"visualize":0, | ||
"visgym" :0, | ||
#Robot | ||
"robot" :"icub", | ||
"robot_action":"joints", | ||
"robot_init" :[0.0, 0.5, 0.2], | ||
"max_velocity" :10, | ||
"max_force" :70, | ||
"action_repeat" :1, | ||
|
||
#Task | ||
"task_type" :"poke", | ||
"task_objects" :[{"init":{"obj_name":"cube_poke","fixed":0,"rand_rot":0, "sampling_area":[0, 0, 0.6, 0.6, 0.1, 0.1]}, | ||
"goal":{"obj_name":"target","fixed":1,"rand_rot":0, "sampling_area":[-0.3, 0.3, 0.8, 0.9, 0.05, 0.05]}}], | ||
"used_objects" :{"num_range":[0,0], "obj_list":[]}, | ||
// Observation | ||
// actual_state options (pick one): "endeff_xyz", "endeff_6D" (robot end effector), "obj_xyz", "obj_6D", "vae", "yolact", "voxel" or "dope" | ||
// goal_state options (pick one): "obj_xyz", "obj_6D", "vae", "yolact", "voxel" or "dope" | ||
// additional_obs options (pick none/one/more): "joints_xyz", "joints_angles", "endeff_xyz", "endeff_6D", "touch", "distractor" | ||
"observation" : {"actual_state":"obj_xyz", "goal_state":"obj_xyz", "additional_obs":["endeff_xyz","touch","joints_angles"]}, | ||
"distractors" : {"list":null, "moveable":1, "constant_speed":1, "movement_dims":1, | ||
"movement_endpoints":[-0.3, 0.3]}, | ||
#Reward | ||
"reward" :"poke", | ||
"distance_type":"euclidean", | ||
"vae_path" :null, | ||
"yolact_path" :null, | ||
"yolact_config":null, | ||
#Train | ||
"train_framework" :"tensorflow", | ||
"algo" :"ppo2", | ||
"num_networks" : 1, | ||
"max_episode_steps":9024, | ||
"algo_steps" :512, | ||
"steps" :300000, | ||
"pretrained_model" :null, | ||
"multiprocessing" :false, | ||
#Evaluation | ||
"eval_freq" :10000, | ||
"eval_episodes":20, | ||
#Saving and logging | ||
"logdir": "trained_models/poke/", | ||
"record":0 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.