avalon icon indicating copy to clipboard operation
avalon copied to clipboard

A 3D video game environment and benchmark designed from scratch for reinforcement learning research

Results 10 avalon issues
Sort by recently updated
recently updated
newest added

I'd like to run multiple instances in parallel. Using export CUDA_VISIBLE_DEVICES=1 in the second session leads to an EOF error caused by the multithreading.connection library. Thanks in Advance!

I am following the installation instructions for Mac and command `python -m avalon.common.check_install` gives the following output/error: ``` 2023-09-18 16:05:41.149 | INFO | __main__:install_available_binaries_for_current_platform:130 - Installing editor build from https://github.com/Avalon-Benchmark/godot/releases/download...

Loosely specified "trimesh[easy] >= 3.15.5" fails with default pip solver. Had to install trimesh[easy]==3.15.5. Please consider pinning the version. Error is: ERROR: Could not find a version that satisfies the...

While I was able to successfully complete this tutorial, there are a number of issues in the directions. I catalog them here in case others encounter the same: Some of...

I'm trying to walk through the instruction in the README.md file to create a custom environment. Summarizing, the steps I took were to copy avalon/datagen/godot to another location, per instructions...

Specifically, following these two lines under ubuntu will fail pip install avalon-rl python -m avalon.install_godot_binary With this stack trace python -m avalon.install_godot_binary Traceback (most recent call last): File "/home/dfm/anaconda3/envs/avalon-rst/lib/python3.9/runpy.py", line...

The first tutorial in the main README.md points to gym_interface_example.sync.ipynb Running this code will complain about computronium This is because the call to configure_local_logger() after the imports is missing. inserting...

Hey there, I run the Farama Foundation and am one of the the maintainers of Gymnasium (and formerly Gym). As you're able to, would you be willing to upgrade from...

Hello, Is there any instruction for using the human rollout data? E.g., how to load the data to run some learning from demonstrations training. Thanks!

In the environment website it's mentioned that you have [BYOL-Explorer](https://generallyintelligent.com/avalon/#:~:text=Impala%2C%20Dreamer%2C%20and-,BYOL%2DExplorer,-%2C%20most%20of%20which) as a benchmark, where is the code for it?