Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
This repository contains a set of implementations and functionality of purely online tabular reinforcement learning algorithms.
Currently we support Python 3.8.
You should be able to install table-rl
from PyPi.
pip3 install table-rl
You can also install table-rl
from source.
git clone https://github.com/prabhatnagarajan/table-rl.git
cd table-rl
pip3 install -e .
Reward functions, value functions, transition functions are all numpy
arrays and matrices. We follow the conventions from Sutton and Barto's RL Book.
We focus only on online algorithms that interact with and get experience from the environment in a purely online way.
Use pytest
on the test directories.
python -m pytest tests/
FAQs
table-rl, an online tabular reinforcement learning library
We found that table-rl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.