Vlad Firoiu

Results 21 comments of Vlad Firoiu

The main reason phillip doesn't use gym is because it doesn't support multi-agent environments (or at least didn't when I created gym-dolphin).

If you're interested in melee AI I wouldn't bother with my [dolphin](http://github.com/vladfi1/dolphin-emu), and instead use altf4's [libmelee](https://github.com/altf4/libmelee).

- I know Dolphin a bit, but if you want help with it I'd recommend going to their IRC channel (`dolphin-emu` on Freenode). - Yes, this is the repo for...

Technically it would be compatible as long as the host is using the same custom dolphin version.

Phillip uses game memory rather than video, so a splitter doesn't help. However, with the advent of slippi and altf4's libmelee, game states can be read from the console and...

If you're using my dolphin fork, I think it will work if you set `--zmq 1`. The default `--zmq 0` is for mainline dolphin.

I managed to get it working with the following command: ``` python3 lib/benchmark.py \ --git_repos="https://github.com/tensorflow/models.git;benchmark" \ --python_path=models \ --benchmark_methods=official.benchmark.keras_imagenet_benchmark.Resnet50KerasBenchmarkSynth.benchmark_1_gpu \ --gcloud_key_file_url="" ``` It would be very helpful to have a...

I got this error as well. You can get a bit further by authenticating with gsutil via `gsutil config`, but then you'll just get: ``` AccessDeniedException: 403 does not have...

This started happening to me as well when I added a lot more log_scalar calls.

Here's the output: ``` [Info] Detected compression None for file object: [Info] Probably has been appended to because no EOF zero-byte blocks could be found at offset: 25790513152 [Info] Archive...