From a1948b35f15c9785dffe1b49291627d5c543f6be Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 13:21:52 +0000 Subject: [PATCH 1/7] Updated readme with examples --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 303bbeb..253ef10 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,18 @@ These parameters will be explained in detail later in the text, but with them yo ## Program in action! -*To be added* +![image](https://user-images.githubusercontent.com/47331292/147823993-6ddd2e87-d312-4231-8a14-5953cc15d263.png) + +*The best AI after 100 generations of climbing a 40° angled slope. It tries to make itself heavier to grip with the floor* + +![image](https://user-images.githubusercontent.com/47331292/147824364-7010e388-2454-4671-91b8-a6a770ea4568.png) + +*The best AI after 50 or so generations of descending 60° downward slope. Again, it tries to make itself heavier + having a low center of gravity, but it also tries to be faster by having bigger wheels* + +![image](https://user-images.githubusercontent.com/47331292/147825500-b1481181-f8d0-42a3-a8d7-b53b242a394a.png) + +*The best AI after 30 generations making a jump! This AI is extremely lightweight, to help go further* + + + + From 6ae185df0ff0b24d0f2737e9e278edd0e042a490 Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 14:00:35 +0000 Subject: [PATCH 2/7] added more examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 253ef10..893bb4d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ These parameters will be explained in detail later in the text, but with them yo *The best AI after 30 generations making a jump! This AI is extremely lightweight, to help go further* +![image](https://user-images.githubusercontent.com/47331292/147825584-a590bdac-0663-462d-8f52-2dd37c2967d6.png) +*Another AI making a jump! This one has a center of gravity at the back so it lands quickly after the jump to go further!* + +![image](https://user-images.githubusercontent.com/47331292/147827001-3da7b41e-447d-4676-b9fc-8dfd734fc9e8.png) + +*A nearly perfectly straight track. The best AI after nearly 300 generations took an odd car body shape, but the wheels are incredibly heavy, to maximize traction with the ground, and the center of gravity is as low as possible* From 4ca01349e555830f5a291bd5a1ce49f919b8c1f6 Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 14:02:14 +0000 Subject: [PATCH 3/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 893bb4d..86c3b55 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ These parameters will be explained in detail later in the text, but with them yo **Q** to zoom in, **E** to zoom out +*The redder the wheels, the heavier they are!* + --- ## Parameters From 0ef222294d5628a2a70373e291b62defcc0236c7 Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 14:23:19 +0000 Subject: [PATCH 4/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86c3b55..56efdfc 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,6 @@ These parameters will be explained in detail later in the text, but with them yo *A nearly perfectly straight track. The best AI after nearly 300 generations took an odd car body shape, but the wheels are incredibly heavy, to maximize traction with the ground, and the center of gravity is as low as possible* +![image](https://user-images.githubusercontent.com/47331292/147827927-11f5f3ad-46ab-4ad8-8451-1dcb77248c91.png) +*The best AI after 50 generations crossing terrain with gaps. As we expected, there would be bigger wheels, but the top cars also managed to create a tank-like tracks to effectively create a bigger wheel! The AI had a higher weight, to increase traction.* From 0cd5208445a93e937947485905e12576d2a91cd6 Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 14:26:43 +0000 Subject: [PATCH 5/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56efdfc..8534d99 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,6 @@ These parameters will be explained in detail later in the text, but with them yo *A nearly perfectly straight track. The best AI after nearly 300 generations took an odd car body shape, but the wheels are incredibly heavy, to maximize traction with the ground, and the center of gravity is as low as possible* ![image](https://user-images.githubusercontent.com/47331292/147827927-11f5f3ad-46ab-4ad8-8451-1dcb77248c91.png) +![image](https://user-images.githubusercontent.com/47331292/147828163-81e7356d-2fac-4fb0-bc5c-b2c7f55c9052.png) -*The best AI after 50 generations crossing terrain with gaps. As we expected, there would be bigger wheels, but the top cars also managed to create a tank-like tracks to effectively create a bigger wheel! The AI had a higher weight, to increase traction.* +*The best AI's after 50 generations crossing terrain with gaps. As we expected, there would be bigger wheels, but the top cars also managed to create a tank-like tracks to effectively create a bigger wheel! The AI had a higher weight, to increase traction.* From 032a574684d8568cc1390b43659157ccf1c35bee Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 16:25:35 +0000 Subject: [PATCH 6/7] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8534d99..20d713f 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,16 @@ These parameters will be explained in detail later in the text, but with them yo ## Program in action! ![image](https://user-images.githubusercontent.com/47331292/147823993-6ddd2e87-d312-4231-8a14-5953cc15d263.png) +![image](https://user-images.githubusercontent.com/47331292/147831645-4bd75e44-f484-408f-bb84-b2dd9870216f.png) -*The best AI after 100 generations of climbing a 40° angled slope. It tries to make itself heavier to grip with the floor* +*The best AI after 100 generations of climbing a 40° angled slope. It tries to make itself heavier or lower its center of gravity to grip with the floor* ![image](https://user-images.githubusercontent.com/47331292/147824364-7010e388-2454-4671-91b8-a6a770ea4568.png) +![image](https://user-images.githubusercontent.com/47331292/147832313-c0f87060-807f-4054-bc3f-3c7692646b8f.png) -*The best AI after 50 or so generations of descending 60° downward slope. Again, it tries to make itself heavier + having a low center of gravity, but it also tries to be faster by having bigger wheels* +*The best AI after 50 or so generations of descending 60° downward slope. Again, it tries to make itself heavier + having a low center of gravity, but it also tries to be faster by having bigger front wheels.* + +*Other AI in this course adapted multiple wheels around the entire body, to maximize rolling effectiveness, whilst keeping themselves heavy to stay on the ground!* ![image](https://user-images.githubusercontent.com/47331292/147825500-b1481181-f8d0-42a3-a8d7-b53b242a394a.png) From 7911b3c001f1899017ec64ec4e9670e5cb4c7c33 Mon Sep 17 00:00:00 2001 From: Rudrrayan manna <47331292+rudrrayan@users.noreply.github.com> Date: Fri, 31 Dec 2021 16:34:12 +0000 Subject: [PATCH 7/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20d713f..a672a03 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ These parameters will be explained in detail later in the text, but with them yo ![image](https://user-images.githubusercontent.com/47331292/147824364-7010e388-2454-4671-91b8-a6a770ea4568.png) ![image](https://user-images.githubusercontent.com/47331292/147832313-c0f87060-807f-4054-bc3f-3c7692646b8f.png) +![image](https://user-images.githubusercontent.com/47331292/147832528-dc952046-70f8-4d93-8e6b-c7f0aaed103b.png) + *The best AI after 50 or so generations of descending 60° downward slope. Again, it tries to make itself heavier + having a low center of gravity, but it also tries to be faster by having bigger front wheels.*