COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200529005249/https://github.com/topics/baselines
Here are
26 public repositories
matching this topic...
A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
Updated
May 28, 2020
Python
An index of algorithms for learning causality with data
PyTorch version of Stable Baselines, improved implementations of reinforcement learning algorithms.
Updated
May 27, 2020
Python
Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms
Updated
May 28, 2020
Python
Baseline classifiers on the polluted MNIST dataset, SJTU CS420 course project
Updated
Dec 26, 2018
Python
Multi-turn dialogue baselines written in PyTorch
Updated
Mar 10, 2020
Python
Deep Developmental Reinforcement Learning
Some common recommendation system baseline, with description and link.
Baseline Python Scripts for Popular Kaggle Competitions
Updated
Jan 18, 2020
Python
Updated
Apr 23, 2018
Python
A well-documented A2C written in PyTorch
Updated
Jun 3, 2019
Python
Updated
Jul 17, 2019
HTML
OpenAI's PPO baseline applied to the classic game of Snake
Updated
Mar 1, 2020
Python
Wikipedia Metonymy Corpus
Updated
Apr 30, 2020
Python
This repository contains code for simulating coupled motion of rigid ball and fluid in 2D and this is used as an environment in Gym to train a controller to balance the ball in air.
Baseline classifiers on the CIFAR10 dataset.
Updated
Sep 4, 2018
Python
A merge between OpenAI Baselines and Stable Baselines with increased focus on HER+DDPG and ease of use. Simply run the bash script to get started!
Updated
Feb 27, 2020
Python
Methods to calculate performance for Demand Response Customers
Updated
Nov 10, 2019
Python
World Models Experiments for Duckietown
Updated
Sep 17, 2019
Python
Personal Implementations of DRL Algorithms
Updated
Mar 1, 2020
Python
Maze environment for DRL generalization studies
Updated
Mar 6, 2020
Python
Updated
Oct 20, 2019
Python
Micro Service baseline: Jetty, Jersey, SLF4j, TestNG, Docker as Deployment unit
Updated
May 23, 2020
Java
pretrained keras models for various tasks, which could be directly used for prediction or as baselines.
Updated
Nov 5, 2018
Python
World Models Experiments for Duckietown
Updated
Oct 31, 2019
Python
Improve this page
Add a description, image, and links to the
baselines
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
baselines
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
In current master branch, we calculate the GTC by calling srl_zoo/plotting/representation_plot.py. In particular, in the function
plotCorrelation, we call numpy to compute the correlation.However in the [numpy.corrcoef doc](https://docs.scipy.org/doc/numpy/reference/generated/nu