TigerTheCat
@TigerTheCat
01000010 01001001 01001110 01000001 01010010 01011001 00100001
0
CellReinforcementAn adaptation of an implementation of reinforcement learning on a gridworld. [Press show more for instructions and credits]
Left click to increase score on a tile, right click to decrease.
Lots of credit to Jeremy Zhang. Check out the original project here: https://towardsdatascience.com/reinforcement-learning-implement-grid-world-from-scratch-c5963765ebff
162
0
0
0
CellReinforcementAn adaptation of an implementation of reinforcement learning on a gridworld. [Press show more for instructions and credits]
Left click to increase score on a tile, right click to decrease.
Lots of credit to Jeremy Zhang. Check out the original project here: https://towardsdatascience.com/reinforcement-learning-implement-grid-world-from-scratch-c5963765ebff
162
0
0
4
Binary TranslatorTranslate text to binary and back
182
8
4
Strobe42 01010100 01101000 01101001 01110011 00100000 01101001 01110011 00100000 01100011 01101111 01101111 01101100 00100000 00111010 010001002 years ago
Username543210 it shows this error:
File "main.py", line 14
for i in .split(" "):
^
SyntaxError: invalid syntax
2 years ago
If you run this code on a replit python console while not logged in, you get this:
image
You cannot make an account with hyphens, so an account cann
Chat in the comments using binary! You can use my translator if you need one
01001000 01100001 01110110 01100101 00100000 01100110 01110101 01101110
Python
IMightBeMe 01010100 01101000 01101001 01110011 00100000 01100100 01100101 01110011 01100101 01110010 01110110 01100101 01110011 00100000 01101101 01110101 01100011 01101000 00100000 01101101 01101111 01110010 01100101 00100000 01110101 01110000 01110110 01101111 01110100 01100101 01110011 00100000 01110100 01101000 01100001 01101110 00100000 01101001 01110100 00100000 01101000 01100001 01110011 001011102 years ago
IMightBeMe 01010100 01101000 01101001 01110011 00100000 01101001 01110011 00100000 01110110 01100101 01110010 01111001 00100000 01110000 01101111 01100111 00100000 01100001 01101110 01100100 00100000 01100100 01100101 01110011 01100101 01110010 01110110 01100101 01110011 00100000 01110100 01101111 00100000 01100010 01100101 00100000 01101111 01101110 00100000 01110100 01110010 01100101 01101110 01100100 01101001 01101110 011001112 years ago
mesquite2234 01010100 01101000 01101001 01110011 00100000 01101001 01110011 00100000 01100011 01101111 01101111 01101100 001000012 years ago
Is there an audio module other than Replit audio that will play audio on Replit? I often get the error:
image
I am including a Replit audio project
Python
Coder100 Nope, replit audio is the only client that works, unfortunately.
Also, replit audio is not a stable lib, you can't expect it to work all the time.2 years ago
I often see posts where somebody says "some project is pog", and "this is so pog". Sometimes I even see people with usernames that have "pog" in it. I
Coder100 it originated from twitch probably
https://www.urbandictionary.com/define.php?term=Pog
warning: profanity2 years ago
People used to make website that constantly gave to popups to no end. Luckily, web browsers put in a maximum popup count to stop this from happening.
HTML, CSS, JS
You can use WASD keys or the arrow keys to control the snake. You can also press C to toggle in between computer (blue) and player (purple) control of
Pygame
Just a simple loading animation. Feel free to use this in your own projects, and please upvote if you like this!
Python
DBNotes is still in development, so expect bugs. If you do find bugs or want a feature added, please tell me in the comments. Any feedback is apprecia
Python
You can very easily generate figlet text with this generator! Please let me know if you find any bugs.
Python
This program just generates binary numbers, and adds a space every 8 numbers. This is to ensure that the binary characters will actually be able to tr
Python
A while ago, I was browsing online for coding languages, and I came across a coding language called Visual Basic Script. I went around the web and fou
programmeruser You can run VBScript on Linux and other *nix systems (including Mac OS X) using wine:
wine cscript program.vbs
`3 years ago
If Sierpinski made a snowflake, this is what it would look like.
Please let me know if you find any bugs!
Note: The actual effect starts at around dep
Python (with Turtle)
Just a simple Sierpinski's Triangle Generator, but with interactive controls. You can specify the depth of the triangle and the speed of the turtle.
Python (with Turtle)