Skip to content

Commit

Permalink
Attempt to speed up RL test. Poor Circle CI has no CUDA.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed Sep 19, 2018
1 parent a854cba commit 617bdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: ./run_tests.py

# Quickly exercise the RL training code
- run: time python3 -m scripts.train_rl --env BabyAI-GoToObj-v0 --algo ppo --procs 4 --batch-size 80 --log-interval 1 --save-interval 2 --test-episodes 10 --frames 300 --arch cnn1
- run: time python3 -m scripts.train_rl --env BabyAI-GoToObj-v0 --algo ppo --procs 4 --batch-size 80 --log-interval 1 --save-interval 2 --test-episodes 10 --frames 300 --arch cnn1 --instr-dim 16 --image-dim 16 --memory-dim 16

# Check that the bot works on some basic levels
- run: python3 -m scripts.eval_bot --level PutNextLocal --num_runs 100 | grep "100.0%"
Expand Down

0 comments on commit 617bdce

Please sign in to comment.