Skip to content

Commit

Permalink
small prerease bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrecka committed Mar 17, 2023
1 parent 0701a61 commit 9099dc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 deletions.
52 changes: 0 additions & 52 deletions myGym/configs/speed_reach.json

This file was deleted.

7 changes: 0 additions & 7 deletions myGym/speed_checker.sh

This file was deleted.

6 changes: 3 additions & 3 deletions myGym/train_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#This is minimal unit test to check, whether the current version of myGym is able to train.
# It will do simle train and evaluate in 2 minutes. If success rate is above 30 percdents, it works.
rm -r ./trained_models/check
python train.py --config ./configs/train_reach.json --algo ppo2 --max_episode_steps 256 --algo_steps 256 --steps 20000 --eval_episodes 10 --logdir ./trained_models/check
python test.py -cfg ./trained_models/check/reach_table_kuka_joints_ppo2/train.json
rm -r ./trained_models/check
python train.py --config ./configs/train_reach.json --gui 1 --algo ppo2 -b kuka -ba joints --max_episode_steps 256 --algo_steps 256 --steps 20000 --eval_episodes 10 --logdir ./trained_models/check
#python test.py -cfg ./trained_models/check/reach_table_kuka_joints_ppo2/train.json
#rm -r ./trained_models/check

0 comments on commit 9099dc2

Please sign in to comment.