YuhangSong / Arena-Baselines

Arena: A General Evaluation Platform and Building Toolkit for Single/Multi-Agent Intelligence. AAAI 2020.
https://sites.google.com/view/arena-unity/
MIT License
101 stars 8 forks source link

object does not fit in the plasma store #10

Closed YuhangSong closed 4 years ago

YuhangSong commented 4 years ago

This issue is solved by:

kimbring2 commented 4 years ago

Every PC have different memory. Thus, some error related with memory can be occured when you try to train a agent. plasma_error

When you meet that error, you need to decrease a train_batch_size to smaller. train_batch_size_mark

Futhermore, an object_store_memory arguemnt of ray_init at a train.py file in Arena-Baselines folder must be set to proper value. Below is setting for my PC. ray_init

YuhangSong commented 4 years ago

Thank you for helping out, Kim.

kimbring2 commented 4 years ago

Welcome. I need to check performance of my trained agent now.