Skip to content

Commit

Permalink
Updated CircleCI config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed Oct 2, 2018
1 parent fa2bc72 commit ca87cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- run: python3 -m scripts.train_il --env BabyAI-GoToRedBallObs-v0 --demos BabyAI-GoToRedBallObs-v0_agent --validation-interval 1 --patience 0 --episodes 100 --val-episodes 50

# Test job launch scripts
- run: scripts/launch_max_experiments.py --test
- run: scripts/launch_demo_count.py --test --env BabyAI-GoToLocal-v0 --demos GoToLocal-bot-1m
#- run: scripts/launch_max_experiments.py --test
#- run: scripts/launch_demo_count.py --test --env BabyAI-GoToLocal-v0 --demos GoToLocal-bot-1m

workflows:
version: 2
Expand Down

0 comments on commit ca87cfe

Please sign in to comment.