Skip to content

Instantly share code, notes, and snippets.

View abhisheknaik96's full-sized avatar

Abhishek Naik abhisheknaik96

View GitHub Profile

To get matplotlib to work with ipython on MacOS:

import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt

Source

@abhisheknaik96
abhisheknaik96 / twitterJekyllEmbed.md
Last active September 5, 2023 05:26
A tutorial on embedding a twitter stream to a Jekyll project.

Embedding a twitter stream in Jekyll

  1. Create a _plugins folder in your root.
  2. Add the following to _config.yml
plugins:
  - jekyll-gist
  1. If you don't have a Gemfile associated with your Jekyll project, create one with the following text
@abhisheknaik96
abhisheknaik96 / TORCS_installation.md
Last active December 18, 2019 18:56
Step-by-step instructions to install TORCS for training your own driving agents using RL.

TORCS for RL


Dependencies

  • TORCS (the simulator)
  • scr-client (the patch which creates a server-client model)