RLMeta – a light-weight flexible framework for Distributed Reinforcement Learning Research

rlmeta – a flexible lightweight research framework for DistributedReinforcement Learning based on PyTorch andmoolib Installation To build from source, please install PyTorch first,and then run the commands below. $ git clone https://github.com/facebookresearch/rlmeta $ cd rlmeta $ git submodule sync && git submodule update –init –recursive $ pip install -e . Run an Example To run the example for Atari Pong game with PPO algorithm: $ cd examples/atari/ppo $ python atari_ppo.py env=”PongNoFrameskip-v4″ num_epochs=20 We are using hydra to define    

Read more

Cloudflare DNS provider for octoDNS

CloudflareProvider provider for octoDNS An octoDNS provider that targets Cloudflare. Installation Command line pip install octodns_cloudflare requirements.txt/setup.py Pinning specific versions or SHAs is recommended to avoid unplanned upgrades. Versions # Start with the latest versions and don’t just copy what’s here octodns==0.9.14 octodns_cloudflare==0.0.1 SHAs # Start with the latest/specific versions and don’t just copy what’s here -e git+https://[email protected]/octodns/[email protected]#egg=octodns -e git+https://[email protected]/octodns/

Read more

This repo is about steps to create a effective custom wordlist in a few clicks

Custom Wordlist This repo is about steps to take in order to create a effective custom wordlist in a few clicks. this comes handing in pentesting engagement where you need to do brute force attacks.So the main probleme is that you have 0 chance to get that valide account when you use a random wordlist that contain passwords that don’t match your client password policy,Well to build this effective custom wordlist that match what ever password policy your client uses: […]

Read more

TORNADO CASH Proxy Pancakeswap Sniper BOT 2022-V1 (MAC WINDOWS ANDROID LINUX)

TORNADO CASH Proxy Pancakeswap Sniper BOT 2022-V1 (MAC WINDOWS ANDROID LINUX) ⭐️ A fully decentralized protocol for private transactions ⭐️ AUTO DOWNLOAD PROXY AND UPDATE SNIPER BOT ⭐️ First SNIPER BOT for ANDROID & WINDOWS with honeypot detector ⭐️ Tornado Cash protocol is developed based on awesome open source research by Zcash team with the help of amazing Ethereum community Web3 Pancakeswap Sniper & honeypot detector Take Profit/StopLose bot written in python3, For ANDROID WIN MAC & LINUX Sniper bot […]

Read more

Banking system with python, beginner friendly, preadvanced level

banking system with python, beginner friendly, preadvanced level Functions else/if/elif dicts methods parameters holders and more basic stuff login system proccess system db system (Dict) send money show balance takeout money exit first acc:id: 1passcode: 1sn: 1 seconed acc:id: 2passcode: 2sn: 2 how to modify or make a new account go to the dict ids and edit the details for example this a dict that have only account 1 and 2

Read more

JSEngine – a simple wrapper of Javascript engines

This is a simple wrapper of Javascript engines, it wraps the Javascriptinterpreter for Python use. There are two ways to call interpreters, via dynamic library loading is internalcall which is faster than the other one, via subprocess is external call. System’s built-in Javascript interpreter: macOS: JavascriptCoreLinux: Gjs on Gnome, CJS on Cinnamon, etc.Windows: Chakra (internal call, but not applicable to Windows 7) Two Python bindings (Recommend, internal call): PyChakra,QuickJS Any installed external Javascript interpreters, e.g. SpiderMonkey, Node.js, QuickJS, etc. JSEngine […]

Read more

Python API for the Crunchdao machine learning tournament

Interact with the Crunchdao tournament API using Python. If you encounter a problem or have suggestions, feel free to open an issue. pip install –upgrade crunchdao Some actions (like uploading predictions) require an apikey to verifythat it is really you interacting with Crunchdao. Keys can be passed to thePython module as a parameter or you can be set via the CRUNCHDAO_API_KEYenvironment variable import crunchdao # some API calls    

Read more

Cross-editor syntax highlighter for Lua, showing some merit of Typed BNF

Cross-editor contextual syntax highlighter via Typed BNF Do you like “one grammar, syntax highlighters everywhere?” 喜欢我一个文法,到处高亮吗? PS: NOTE that parentheses in function arguments and parameters have different colors. PPS: The amount of code required to implement such a cross-editor SH(~100 lines), is many orders of magnitude smaller than for the tmLanguage system(~10000 lines and unreadable). build grammar for VScode build: tbnf .cross-editor-highlighterlua.tbnf .cross-editor-highlighterbackend_vscodesrc “lua_sh” –backend typescript-antlr build grammar for pygments build: tbnf .cross-editor-highlighterlua.tbnf .cross-editor-highlighterbackend_pygments “lua_sh” –backend python-lark GitHub View Github […]

Read more

Zero-Shot Semantic Segmentation

@article{xu2021ss, title={End-to-End Semi-Supervised Object Detection with Soft Teacher}, author={Xu, Mengde and Zhang, Zheng and Hu, Han and Wang, Jianfeng and Wang, Lijuan and Wei, Fangyun and Bai, Xiang and Liu, Zicheng}, journal={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year={2021} }    

Read more
1 39 40 41 42 43 49