Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kohlerhector/segment-anything-gym-wrapper

A gymnasium wrapper for objects states detected with the Segment Anything Model.
https://github.com/kohlerhector/segment-anything-gym-wrapper

gymnasium reinforcement-learning segment-anything

Last synced: 18 days ago
JSON representation

A gymnasium wrapper for objects states detected with the Segment Anything Model.

Awesome Lists containing this project

README

        

# Install
*Requires Python3.8*
```bash
virutalenv -p /usr/bin/python3.8 venv
```
```bash
source venv/bin/activate
```
```bash
bash install.sh
```
```bash
python3 main.py
```
# TODO
- check alignment
- learn DTP with max depth
- get sam on GPU
- get abstraction inside DQN (part of NN)
- try Monet and Marionet
- Marionet dataset atari