Code cleanup #3

Open
shnawblle wants to merge 5 commits from shnawblle/rs-rl:master into master
Contributor
No description provided.
requested review from soulspark 2025-07-30 23:06:12 +01:00
This pull request has changes conflicting with the target branch.
  • src/cartpole/agent.rs
  • src/cartpole/model.rs
  • src/sim.rs
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:shnawblle-master
git switch shnawblle-master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff shnawblle-master
git switch shnawblle-master
git rebase master
git switch master
git merge --ff-only shnawblle-master
git switch shnawblle-master
git rebase master
git switch master
git merge --no-ff shnawblle-master
git switch master
git merge --squash shnawblle-master
git switch master
git merge --ff-only shnawblle-master
git switch master
git merge shnawblle-master
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: soulspark/rs-rl#3
No description provided.