OMNI-EPIC:
Open-endedness via Models of human Notions of Interestingness with Environments Programmed in Code
Repository for Open-endedness via Models of human Notions of Interestingness (OMNI) with Environments Programmed in Code (EPIC), that endlessly create learnable and interesting environments, further propelling the development of self-improving AI systems and AI-Generating Algorithms.
Update your .bashrc with
# Add foundation model API keys to your environment
export OPENAI_API_KEY='...'
export ANTHROPIC_API_KEY='...'
# Optionally
export CUDA_VISIBLE_DEVICES=...
export WANDB_API_KEY='...'
Clone the repository with git clone https://github.com/maxencefaldor/omni-epic.git.
Go at the root of the cloned repository with cd omni-epic/ and run:
apptainer build \
--fakeroot \
--force \
apptainer/container.sif \
apptainer/container.def
Go at the root of the cloned repository with cd omni-epic/ and run
apptainer shell \
--bind $(pwd):/workspace/src/ \
--cleanenv \
--containall \
--env "CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES" \
--env "WANDB_API_KEY=$WANDB_API_KEY" \
--env "OPENAI_API_KEY=$OPENAI_API_KEY" \
--env "ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY" \
--home /tmp/ \
--no-home \
--nv \
--pwd /workspace/src/ \
--workdir apptainer/ \
apptainer/container.sif
python main_omni_epic.pypython -m game.backend.appFor prettier frontend, on another terminal
cd game/frontend/
npm i
npm run dev
See more detailed readme for this in game/frontend/README.md
analysis/scripts used for plotting and analysisapptainer/for setting up apptainer, easier reproducabilityconfigs/configuration files used in training and analysisdreamerv3/code for DreamerV3, RL algorithm used to train the agentsgame/code for human playable gameomni_epic/code for robots, example environments, and foundation model calls
If you find this project useful, please consider citing:
@article{faldor2024omni,
title={OMNI-EPIC: Open-endedness via Models of human Notions of Interestingness with Environments Programmed in Code},
author={Faldor, Maxence and Zhang, Jenny and Cully, Antoine and Clune, Jeff},
journal={arXiv preprint arXiv:2405.15568},
year={2024}
}
omni-epic's People
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.



