Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8885653
Fixed some of the issues with the jupyter notebook and added some mis…
WhiteWhale52 Aug 1, 2025
5407300
Made some changes to environment.py
WhiteWhale52 Aug 13, 2025
7bbf3e0
Merge remote-tracking branch 'origin/v2' into member-A
WhiteWhale52 Aug 13, 2025
6201652
Fixed some of the issues with the jupyter notebook and added some mis…
WhiteWhale52 Aug 1, 2025
7d46c7f
Made some changes to environment.py
WhiteWhale52 Aug 13, 2025
a4470c2
Merge branch 'member-A' of https://github.com/kseto06/UTMIST-AI2-2025…
WhiteWhale52 Aug 13, 2025
8c662f6
Moved work from Google Colab notebook to VS Code
WhiteWhale52 Aug 30, 2025
22ec6f2
Added the movement of the platforms
WhiteWhale52 Sep 7, 2025
a4705f3
Fixed the pymunk errors; The platforms move from side to side with va…
WhiteWhale52 Sep 13, 2025
c7c3f59
Created two grounds and removed the second platform.
WhiteWhale52 Sep 13, 2025
c98bf35
Fixed some of the issues with the jupyter notebook and added some mis…
WhiteWhale52 Aug 1, 2025
5e81a93
Made some changes to environment.py
WhiteWhale52 Aug 13, 2025
6763a8b
Moved work from Google Colab notebook to VS Code
WhiteWhale52 Aug 30, 2025
f3dfb48
Added the movement of the platforms
WhiteWhale52 Sep 7, 2025
9b7289b
Fixed the pymunk errors; The platforms move from side to side with va…
WhiteWhale52 Sep 13, 2025
fb7bce6
Created two grounds and removed the second platform.
WhiteWhale52 Sep 13, 2025
9314a2a
Merge branch 'platforms' of https://github.com/UTMIST/UTMIST-AI2 into…
WhiteWhale52 Sep 20, 2025
f5e09cc
Added the fixed collision with the grounds code to prevent rigidity o…
WhiteWhale52 Sep 20, 2025
9f2048d
Fixed all the issues with the platform
WhiteWhale52 Sep 20, 2025
aebd434
Fixed the attaching to platform from below error
WhiteWhale52 Sep 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/UTMIST-AI2-2025.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

212 changes: 212 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading