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

https://github.com/pwhiddy/pokerl-map-viz


https://github.com/pwhiddy/pokerl-map-viz

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## Multiplayer Pokemon Streaming - 🎦 🔴 [View Here](https://pwhiddy.github.io/pokerl-map-viz/)

Stream multiple games of pokemon onto a shared map!



## To broadcast:
Use the StreamWrapper gym environment wrapper:
https://github.com/PWhiddy/PokemonRedExperiments/blob/master/baselines/stream_agent_wrapper.py

And wrap your environment like this:
```python
env = StreamWrapper(
env,
stream_metadata = { # All of this is part is optional
"user": "super-cool-user", # choose your own username
"env_id": id, # environment identifier
"color": "#0033ff", # choose your color :)
"extra": "", # any extra text you put here will be displayed
"sprite_id": 0, # chooses your character sprite, 0 to 50. (optional)
}
)
```

### Credits
@ Death Strike Gaming - created the complete map!