We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Small Basic AI Championship
Hooray! I think I found and fixed a bug that occurred when saving the list!  Big Grin

New ID of the "Rabbit AI" program: XBWP716.000-4

The Nature and Snake AI programs have not changed.

If there are no more errors, then this “Rabbit M2” (second mutation) becomes the first AI SB athlete who will begin training to participate in the Championship.  Cool

Who is ready to compete with “Rabbit M2” intellect?..
[-] The following 1 user Likes AbsoluteBeginner's post:
  • z-s
Reply
(translated by Google translator)

While one of the "Rabbits M2" is collecting statistical information about his abilities on another computer, the other " Rabbits M2" continued to do their favorite thing. They were making new little rabbits.  Big Grin

And, of course, one of the new little rabbits developed a new mutation. The rabbit began to feel uncomfortable in the open space.
The Rabbit began to instinctively remember and pass on to the next generation those places on the field where the Snake least often caught the Rabbit.
And instinct began to direct new generations of rabbits to these places.

I don’t know about you, but I’m very interested in how this mutation will affect the results statistics of the "Rabbits M3".  Smile
[-] The following 2 users Like AbsoluteBeginner's post:
  • litdev, z-s
Reply
(translated by Google translator)

Friends, what happened to me today is beyond my understanding.

When the midday heat and a delicious lunch sent my mind to the land of bliss, the higher powers of Nature revealed to me the terrible truth.
The development of the "AI Snake" project, which began as an innocent game, in the future led to a global war between Humanity and the Artificial Intelligence of the Snake, which developed in this game.

But the Great Rabbit, which evolved from the mutant rabbits that I am now developing, stood in the way of the evil Snake AI.
When the Snake AI encountered the powerful Resistance movement that the Great Rabbit had created, the Snake AI decided to destroy the Rabbit.
The Snake AI sent the Terminator Snake "Snake M1000" from the future to the present day to destroy our forum.

I woke up covered in cold sweat from horror.
It still seems to me that I’ve heard something like this somewhere before.  Huh

What about you?..

(  Big Grin )
Reply
A STORY OF TERMINATOR FILM
ZS
Reply
(07-06-2024, 02:19 AM)z-s Wrote: A STORY OF TERMINATOR FILM

If so, then we should be the FIRST participants in the future Resistance movement  Cool  and should protect our Forum with funny jokes and interesting ideas for coding.

Good morning, friends.  Smile
[-] The following 1 user Likes AbsoluteBeginner's post:
  • z-s
Reply
(translated by Google translator)

The Great Rabbit sent me a message from the future in which he asks me to create a very useful topic on our Forum.
In this topic, the Great Rabbit asks you to publish, discuss and improve various proposals on how to beautifully format code, how to come up with convenient names for variables, functions and subroutines, how to use the hidden capabilities of the SB-Prime Editor and various other tricks.

Perhaps this topic should be like a box of life hacks, where you could find everything if you dig hard enough.  Smile
Reply
(translated by Google translator)

My "Rabbit AI" creates text files that store numeric arrays with the current learning results.
I want to send these results to other people using just ONE Client code file.
For example, I want to place the text from these text files in a separate section at the end of the Client's SB-file.
I don't want people to use different cloud storage services.
Please tell me whether computer security rules allow the use of this method of data transfer? Or is there a better way to share AI training results?

Thank you.
Reply
Hope this works.
Code:
Content = File.ReadContent(path of txt file)
LDClient.Sendmessage(Content)

Or else you have to convert every line into array and send them to server and format it again.
ZS
Reply
(translated by Google translator)

Thank you, Z-S.  Shy
But, due to translation difficulties, you misunderstood me.

Let's assume that I, using my computer, trained "Rabbit AI" (mutation #3).
The Client's code is completely ready for use. Nothing needs to be changed in the code.
But I spent 4 days training this AI. The training data is stored on my disk in a text file.
So that you don’t waste your 4 days training your instance of this Client, I can send you my text file with the training data already received.
But, I don't want to use a third-party cloud service to transfer this file to you.
I want the training data to be available to you immediately as soon as you receive the SB-file with the client code by clicking on the "Import" button in the SB-Prime Editor window.

I'm wondering if I would be breaking security rules if I put the data in the source code of the executable file. Huh
Reply
For solution i should first study the client how it loads the trained data.
Could you provide the latest client version.
I think in SB we should have a extension for loading txt in code as it is for image(Imagelist).
I will study about it in morning.
Maybe LitDev has some idea but he is not active since yesterday.
GOOD NIGHT EVERYONE Smile Big Grin
ZS
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)