Skip to content

v0.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZenithClown ZenithClown released this 07 May 12:44
· 19 commits to master since this release

A template for quickly starting a machine learning, artificial intelligence or data science project. The repository contains all necessary files and structure that might be used in a project. This pre-release contains the following:

  1. Seperate directory structure for safe keeping data and output from code files.
  2. Notebooks directory can be used for storing Jupyter Notebooks.
  3. Seperate src directory that contains agents, engine and models for configuring any reinforcement learning project. This directory (if not required) can be removed.
  4. The static and utilities can be used to store additional files, while logs is an essential files for tracking code progress.