add reinforcement leanring tutorial

This commit is contained in:
Frank Xu
2025-03-16 15:25:57 -04:00
parent 5b6b520662
commit 72453469f1
2 changed files with 129 additions and 5 deletions

View File

@@ -28,13 +28,15 @@ To complete these labs, you will need:
Add the following string before each each Jupyter files (incluidng path)
```
https://colab.research.google.com/github.com/frankwxu/AI4DigitalForensics/blob/main/
https://colab.research.google.com/github/frankwxu/AI4DigitalForensics/blob/main/
```
- Lab 1: [Hate speed detection](https://colab.research.google.com/github/frankwxu/AI4DigitalForensics/blob/main/lab01_Hate_speech_detection/social_media_threat_detection.ipynb)
- Lab 2: [Gun detection](https://colab.research.google.com/github/frankwxu/AI4DigitalForensics/blob/main/lab02_Gun_detection_fasterRCNN/gun_detection_fasterRCNN.ipynb)
- Lab 10: [Reinforcement Learning](https://colab.research.google.com/github/frankwxu/AI4DigitalForensics/blob/main/lab10_Reinforcement_Learning/dqn_lunar_lander_demo.ipynb)
## Contributing
We welcome contributions from students, faculty, and researchers! Feel free to:

File diff suppressed because one or more lines are too long