Skip to content

Commit

Permalink
Update scripts/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wil Thomason <[email protected]>
  • Loading branch information
zkingston and wbthomason authored Oct 17, 2024
1 parent caa7bba commit 9bc3dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ These scripts support standard planner and simplifier configuration arguments (s
In addition, they both support the following arguments:
- `problem`: which takes in either a single problem name (e.g., `table_pick`) or a list (e.g., `table_pick,table_under_pick`) to evaluate against a specific set of problems.
- `dataset`: which describes the specific dataset of problems that should be loaded and inspected. See [Datasets](../resources/README.md#supported-planners) for more information.
- `sampler`: specify which PRNG sampler to use for generating random configurations (see [Supported RNG](../README.md#supported-rng)).
- `sampler`: specify which PRNG sampler to use for generating random configurations (see [supported RNGs](../README.md#supported-rng)).
- `skip_rng_iterations`: skip $n$ random numbers to offset the PRNG sampler.
- `pointcloud`: construct a pointcloud approximation of the problem's scene geometry and plan against this representation using the CAPT datastructure.
- `samples_per_object`: number of samples per each object for pointcloud generation.
Expand Down

0 comments on commit 9bc3dbf

Please sign in to comment.