Commit 8c8e4ea
Add interactive CLI and refactor tbots.py (#3657)
* enable simulated dribbled
* add tbots.py changes
* add cli params changes
* add module requirements
* fix comments and use checkboxes for thunderscope options
* add enable realism option and fix autoref checkbox
* directly launch command from bazel, skipping typer
* change naming of opts to config
* add record stats and enable_autogc support
* fix typo
* [pre-commit.ci lite] apply automatic fixes
* fix appending logix
* fix record stats
* another fix
* Add option to run test multiple times
* [pre-commit.ci lite] apply automatic fixes
* fix time bug
* fix nits
* Remove enable_visualizer from config and runtime args
Removed enable_visualizer option from configuration and runtime arguments.
---------
Co-authored-by: Andrew Mao <andrewyxmao@gmail.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 4cfd194 commit 8c8e4ea
4 files changed
Lines changed: 306 additions & 159 deletions
File tree
- environment_setup
- src
- cli
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
0 commit comments