Simplify README and reorganize project structure#12
Merged
Conversation
Remove the 'example' CLI command as examples are now better served by running them directly with 'cargo run' from the lgp crate. This simplifies the CLI surface and leverages standard Cargo tooling.
Update README to document the new way to run examples using 'cargo run' directly from the lgp crate. Remove references to the removed 'lgp example' CLI command and its --list option.
Move CartPole and Iris classification examples from the top-level examples directory to crates/lgp/examples. This colocates examples with the crate they demonstrate, improving project organization and making dependencies clearer. Update run instructions in example documentation to specify the lgp crate package explicitly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lgp-clitolgpandlgptolgp-corefor simplercargo installlgpcrate directory and remove the CLIexamplecommandTest plan
install.shworks with prebuilt binarycargo install --path crates/lgp-clistill workscargo run --example