ll7 / kaggle-kore

0 stars 0 forks source link

A repository for testing the kaggle competition Kore 2022

This repository explores the Kaggle Kore Beta competition

Ideas and documentation to approach this challenge can be found in the docs folder.

Installation using conda

conda activate rl-test conda env create -f environment.yml conda env export --from-history > environment.yml

conda activate myenv
conda env update --file local.yml --prune

References

Helpful links and references can be found in the docs folder