Implementation of Trajectory Transformer with attention caching and batched beam search

This is reimplementation of Trajectory Transformer, introduced in Offline Reinforcement Learningas One Big Sequence Modeling Problem paper. The original implementation has few problems with inference speed, namely quadratic attention duringinference and sequential rollouts. The former slows down planning a lot, while the latter does notallow to do rollouts in parallel and utilize GPU to the full. Still, even after all changes, it is not that fast compared to traditional methods such as PPO or SAC/DDPG.However, the gains are huge, what […]

Read more

Just a cli to scrape youtube videos and play it in mpv

What can it do as of now ? It can query the input entered by user on youtube and get the first matching result, and play it in the video player. Let the user choose the video by giving them the first 10 or so search results. Allow users to set the resolution as per their preference. Demo: Requirements: The following packages need to be installed: beautifulsoup4==4.10.0 certifi==2021.10.8 charset-normalizer==2.0.12 idna==3.3 lxml==4.8.0 requests==2.27.1 soupsieve==2.3.1 urllib3==1.26.8 To install the above packages, change […]

Read more

Discord Remote Administration Tool fully written in Python3

Discord Remote Administration Tool fully written in Python3. This is a RAT controlled over Discord with over 20 post exploitation modules. not owned by me, was just looking for the funni code, enjoy I guess <3 https://github.com/moom825/Discord-RAThttps://github.com/Sp00p64/DiscordRAT thanks to moom825 for allowing me to find this and Sp00p64 for creating this master piece <3 Disclaimer: This tool is for educational use only, the author will not be held responsible for any misuse of this tool. Setup Guide: You will first […]

Read more

A Discord Bot to generate posting template for Megadrive server

Deploy to Heroku Steps: Create a Discord Bot by following this tutorial or refer to any youtube video Keep the discord bot token handy Click the deploy to heroku button, and put in the token when asked. Go to your app’s heroku dashboard. Go to resources tab. Click the ✏️ icon and toggle the worker switch to on. Your bot will be online. Detailed Guide: rentry.co How to deploy video Youtube Demo video Youtube Invite the bot and test it […]

Read more

A featureful Python library covers most popular doujin API

A featureful Python library covers most popular doujin API Built on minimalist dependencies to resolves and interacts with ease.It takes a much more dictionaries rather than just raw data, and hope will be extendable. Janda has plenty api support apart from nhentai. Contributing •Documentation •Report Issues Site support Stable: works well | Triage: has some issues | Functional: works normally Features Easy to use: check your intelisense Neat: object taken is re-processed to make it actionable All-in-one: plenty of site […]

Read more

A Python Binder that merge 2 files with any extension by creating a new python file and compiling it to exe which runs both payloads

! You can now use Anonfile direct links due to discord annoying antivirus ! A Python Binder that merge 2 files with any extension by creating a new python file and compiling it to exe which runs both payloads. Prism also offers you the choice to.. Obfuscate your exe Add your exe to startup (appdata/roaming) Custom Icon Custom Name Download python 3.9+ and add python to PATH (https://www.python.org) Run the batch file named “install.bat” to install every modules needed Watch […]

Read more

PyTorch evaluation code and pretrained models for SLPT

PyTorch evaluation code and pretrained models for SLPT (Sparse Local Patch Transformer). Installation Note: this released version was tested on Python3.8, Pytorch 1.10.2 and Windows 11. Install python dependencies: pip3 install -r requirements.txt Run Evaluation on WFLW dataset Download and process WFLW dataset Download WFLW dataset and annotation from Here. Unzip WFLW dataset and annotations and move files into ./dataset directory. Your directory should look like this: SLPT └───Dataset │ └───WFLW │ └───WFLW_annotations │ └───list_98pt_rect_attr_train_test │ │ │ └───list_98pt_test └───WFLW_images […]

Read more

Monocular Depth Estimation Toolbox based on MMSegmentation

Introduction Monocular-Depth-Estimation-Toolbox is an open source monocular depth estimation toolbox based on PyTorch and MMSegmentation v0.16.0. It aims to benchmark MonoDepth methods and provides effective supports for evaluating and visualizing results. Major features Unified benchmark Provide a unified benchmark toolbox for various depth estimation methods. Modular design Depth estimation framworks are decomposed into different components. One can easily construct a customized framework by combining different modules. Support of multiple methods out of box I would like to reproduce some of […]

Read more

An IoT Integrated Fully Automatic WIreless PHIshing System

─ An IoT Integrated Fully Automatic WIreless PHIshing System by Şefik Efe Altınoluk ─ Legal Disclaimer Do not try this software on the users/systems that you have no legal permission. Usage of Wi-Phi for attacking targets without prior mutual consent is illegal. It is the end user’s responsibility to obey all applicable local, state and federal laws. I assume no liability and are not responsible for any misuse or damage caused by this software, documentation and anything in this repository. […]

Read more

Various Odoo apps and/or extensions

Apps related to various (third party) Odoo apps auditlog_extra: expansion of https://github.com/OCA/server-tools/tree/14.0/auditlog auditlog_extra Expands the auditlog module from the OCA with the following features: New rule type “Specific fields” to only log/report on the field(s) that you want: Smart button from the rule to quick-open and view all logs related to a rule: Smart button from the log line to the related record to quick navigate: New button “Add smart button” to add a “Check logs” button on the form […]

Read more
1 204 205 206 207 208 935