Reinforcement learning with wordle and open-ai gym

The aim of this project is to build an AI bot that can play the Wordle game, or more generally Squabble I know there are more deterministic approaches using statistics and log-likelihood that might be more efficient, but I am trying this to for the clickbait title that I’d give my blog if this ends up working Current status Setup wordle-gym environment Train some basic algorithms Finetune the RL algos to be performant Generalize to Squabble esque environment GitHub View […]

Read more

An algorithm for exploiting Reinforcement Learning (RL) on Multi-agent Path Finding tasks

PICO is an algorithm for exploiting Reinforcement Learning (RL) on Multi-agent Path Finding tasks.It is developed by the Multi-Agent Artificial Intelligence Lab (MAIL) in East China Normal University and the AI Research Institute in Geekplus Technology Co., Ltd.PICO is constructed based on the framework of PRIMAL:Pathfinding via Reinforcement and Imitation Multi-Agent Learning and focuses more on the collision avoidance rather than manual post-processing when collision occurs.Exploiting the design of decentralized communication and implicit priority in these secenarios benifits better path […]

Read more

A tool to send multiple requests to a particular website written in Python

Table of Contents About The Project Getting Started Contributing License Contact About The Project Note – This project can also be used for “DDoSing” and this project is only made for educational purposes only. (back to top) Built Using (back to top) Getting Started Soon Prerequisites Look at requirements.txt File to see all the required packages for this project! Installation Soon (back to top) Contributing Contributions are what make the open source community such an amazing place to learn, inspire, […]

Read more

This project is to help someone need some practices when learning python language

This project is to help someone need some practices when learning python language. Description simple-http A simple web server string-stream Redirect stdout/stderr to StringIO ascii-art Implement simple ascii art render logger-testing Test some logger implementation term-clock A simple terminal clock demo-ngram A simple language detector using ngram demo demo-filelock A filelock demo struct-tree A tree struct demo skin-detect Skin detector to check naked image safe-shutil Safe shutil to copy/move/rm files flask-bench A benchmark to Flask server with different deployment GitHub […]

Read more

Learning Signed Distance Field for Multi-view Surface Reconstruction

This is the official implementation for the ICCV 2021 paper Learning Signed Distance Field for Multi-view Surface Reconstruction In this work, we introduce a novel neural surface reconstruction framework that leverages the knowledge of stereo matching and feature consistency to optimize the implicit surface representation. More specifically, we apply a signed distance field (SDF) and a surface light field to represent the scene geometry and appearance respectively. The SDF is directly supervised by geometry from stereo matching, and is refined […]

Read more

GVT is a generic translation tool for parts of text on the PC screen with Text to Speak functionality

GVT is a generic translation tool for parts of text on the PC screen with Text to Speech functionality.I wanted to create it because the existing tools that I experimented with did not satisfy me in ease-to-use experience and configuration.Personally I used it with Lost Ark (example included generated by 2k monitor) to translate simple dialogues of quests in Italian. 📝Requirements Tested Operating Systems : Windows 10/11Python Version: 3.9.6 Easynmt OpenCV2 Easyocr Numpy Deepl (Unofficial API) Pyttsx3 Pywin32 WXWidgets Pygame […]

Read more

Contracts for verifiable randomness on StarkNet

Contracts for verifiable randomness on StarkNet Motivation Deployed on StarkNet Testnet Dice Game : 0x01837c5fa18244deb1723bf2512c2b1657d4c7f085d894277d53471be4e5bd6f Oracle : 0x0478aee025806b6058a60832758cf8dfca36265d28478ce17e6c8148d98ca926 Example Dice roll transaction Call request_rng on the Dice Game contract Then resolve_rng_requests on the Oracle contract Wait for details of resolve_rng_requests to be posted on chain Further documentation tba. In the meantime DM Me(0xNonCents) on discord if you have questions. GitHub View Github    

Read more

Slack Bot Challenge App

Please go to a console, within the project root directory and type: “make run” This project is a simple bot posting message into a nFormal slack channel.Rules of the challenge: Challenge Minimum requirements* Program written in python* The team should be represented in a json file* Slack channel to be used: #happy-bot-laia* Message should be a random compliment for a random team member* Messages should be sent every 10 minutes* Messages should be sent during a 2 hour period* Within […]

Read more
1 213 214 215 216 217 915