-
thank you
-
I'm using the code as is on Othello in tensoeflow and I'm finding it to be an order of magnitude slower on GPU compared to cpu. Is there a reason for this?
-
Python version: 3.12.5
attrs version: 23.2.0
pylance version: v2024.10.1
code:
```python
import attrs
@attrs.define
class MyClass:
x: int
def __init__(self, x: int):
…
-
hi,
i tried out this project and it is one of the few that actually works off the shelf, thank you for your work.
Is there a way to enable self play when training an agent? My usecase is to use Dr…
-
### What happened + What you expected to happen
Hi, I am using a self-play scheme on SImple_tag_v2 of Pettingzoo, that works on a previous installation of ray_300_dev0 and al old ray 1.2.0 (with modi…
-
Self play, and generally multi-LM-agent settings are something we are very interested in exploring. What does it take to support this? Does it already work without big overheads?
-
Hi, I just read and reproduced your code. It's so good and easy to understand.
But I have a question that maybe we should use the best model as the self play agent to generate memory?
If our trainin…
-
Hello
I would like to implement self-play dialogue training.
For that I guess I need to modify episode rollout process by adding formatting like speaker id on the start of each line. I'd also lik…
-
**Is your feature request related to a problem? Please describe.**
I'm working on an app where users can stream songs from their own self-hosted servers. Some users setup their server with self-sign…
-
A game should be able to be played by two algorithms.
Self-play mode requires no human input.