# Talks and Presentations

SLM Lab has been presented at conferences, meetups, and podcasts since 2016.

## Conference Presentations

| Year | Event                                       | Materials                                                                                                 |
| ---- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| 2019 | PyTorch Developer Conference, San Francisco | [Poster](https://github.com/kengz/pytorch-conference/blob/master/SLM%20Lab%20PyTorch%20poster%202019.pdf) |
| 2018 | PyTorch Developer Conference, San Francisco | [Poster](https://github.com/kengz/pytorch-conference/blob/master/SLM%20Lab%20PyTorch%20poster%202018.pdf) |

## Meetup Talks

| Date       | Event                             | Resources                                                                                                                                                        |
| ---------- | --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| March 2018 | PyData SLO @ Cal Poly             | Deep RL in PyTorch                                                                                                                                               |
| Feb 2018   | DLSG @ Untapt, NYC                | [Multi-Environment RL](https://insights.untapt.com/deep-reinforcement-learning-experiments-run-simultaneously-across-openai-and-unity-environments-62587b89e8ee) |
| Dec 2017   | DLSG @ Untapt, NYC                | [OpenAI Lab for RL Experimentation](https://insights.untapt.com/openai-lab-for-deep-reinforcement-learning-experimentation-6287867eb611)                         |
| May 2017   | ML at Work @ PaperSpace, NYC      | ML at Work #1                                                                                                                                                    |
| April 2017 | NYC Data Wranglers @ SquareSpace  | Introducing OpenAI Lab                                                                                                                                           |
| Nov 2016   | NYC Data Wranglers @ Eligible Inc | [Video Part 1](https://www.youtube.com/watch?v=qBhLoeijgtA), [Part 2](https://www.youtube.com/watch?v=wNSlZJGdodE)                                               |

## Podcast

| Date     | Show             | Episode                                                                                                                            |
| -------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Feb 2022 | SuperDataScience | [Episode 551: Deep RL with Wah Loon Keng](https://www.superdatascience.com/podcast/deep-reinforcement-learning-with-wah-loon-keng) |

{% hint style="info" %}
SLM Lab was originally called "OpenAI Lab" (2016-2017). The name was changed to avoid confusion with the OpenAI company—there is no affiliation.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://slm-lab.gitbook.io/slm-lab/publications-and-talks/talks-given-with-slm-lab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
