Skip to content

A repository to house reinforcement learning projects that I work on

Notifications You must be signed in to change notification settings

MughilM/Reinforce-Learn

Repository files navigation

Reinforcement Learning

Master Branch

The master branch has the most up-to-date stable version of my projects. Each game should be able to be played based on the appropriate commands

Flat Organization

It has come to my attention that a flat organization structure for Python code bases is a much better alternative than unnecessarily adding sub-folders upon sub-folders. Therefore, this branch will flatten everything as much as possible so that the code base comes to standard.

In addition, some other functionality will be added as well to reflect the flatter structure. Hopefully, this results in an easier to manage codebase in the future, once more and more environments get added.

Extra Important Note

This must be run as a module file. Be in the rl folder, and run

python -m core.main

to make sure all the module references work properly. If run as a file direct file, then you will get the dreaded ValueError: attempted relative import beyond top-level package error.

About

A repository to house reinforcement learning projects that I work on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published