https://github.com/amir22010/agents
TF-Agents is a library for Reinforcement Learning in TensorFlow
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
TF-Agents is a library for Reinforcement Learning in TensorFlow
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of tensorflow/agents
Created almost 7 years ago
· Last pushed almost 7 years ago
https://github.com/Amir22010/agents/blob/master/
# TF-Agents: A library for Reinforcement Learning in TensorFlow *NOTE:* Current TF-Agents pre-release is under active development and interfaces may change at any time. Feel free to provide feedback and comments. To get started, we recommend checking out one of our Colab tutorials. If you need an intro to RL (or a quick recap), [start here](tf_agents/colabs/0_intro_rl.ipynb). Otherwise, check out our [DQN tutorial](tf_agents/colabs/1_dqn_tutorial.ipynb) to get an agent up and running in the Cartpole environment. ## Table of contents Agents
Tutorials
Examples
Installation
Contributing
Principles
Citation
Disclaimer
## Agents In TF-Agents, the core elements of RL algorithms are implemented as `Agents`. An agent encompasses two main responsibilities: defining a Policy to interact with the Environment, and how to learn/train that Policy from collected experience. Currently the following algorithms are available under TF-Agents: * [DQN: __Human level control through deep reinforcement learning__ Mnih et al., 2015](https://deepmind.com/research/dqn/) * [DDQN: __Deep Reinforcement Learning with Double Q-learning__ Hasselt et al., 2015](https://arxiv.org/abs/1509.06461) * [DDPG: __Continuous control with deep reinforcement learning__ Lillicrap et al., 2015](https://arxiv.org/abs/1509.02971) * [TD3: __Addressing Function Approximation Error in Actor-Critic Methods__ Fujimoto et al., 2018](https://arxiv.org/abs/1802.09477) * [REINFORCE: __Simple Statistical Gradient-Following Algorithms for Connectionist Reinforcement Learning__ Williams, 1992](http://www-anw.cs.umass.edu/~barto/courses/cs687/williams92simple.pdf) * [PPO: __Proximal Policy Optimization Algorithms__ Schulman et al., 2017](https://arxiv.org/abs/1707.06347) * [SAC: __Soft Actor Critic__ Haarnoja et al., 2018](https://arxiv.org/abs/1812.05905) ## Tutorials See [`tf_agents/colabs/`](tf_agents/colabs/) for tutorials on the major components provided. ## Examples End-to-end examples training agents can be found under each agent directory. e.g.: * DQN: [`tf_agents/agents/dqn/examples/v1/train_eval_gym.py`](https://github.com/tensorflow/agents/tree/master/tf_agents/agents/dqn/examples/v1/train_eval_gym.py) ## Installation To install the latest version, use nightly builds of TF-Agents under the pip package `tf-agents-nightly`, which requires you install on one of `tf-nightly` and `tf-nightly-gpu` and also `tfp-nightly`. Nightly builds include newer features, but may be less stable than the versioned releases. To install the nightly build version, run the following: ```shell # Installing with the `--upgrade` flag ensures you'll get the latest version. pip install --user --upgrade tf-agents-nightly # depends on tf-nightly ``` If you clone the repository you will still need a `tf-nightly` installation. You can then run `pip install -e .[tests]` from the agents directory to get dependencies to run tests. ## Contributing We're eager to collaborate with you! See [`CONTRIBUTING.md`](CONTRIBUTING.md) for a guide on how to contribute. This project adheres to TensorFlow's [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. ## Principles This project adheres to [Google's AI principles](PRINCIPLES.md). By participating, using or contributing to this project you are expected to adhere to these principles. ## Citation If you use this code please cite it as: ``` @misc{TFAgents, title = {{TF-Agents}: A library for Reinforcement Learning in TensorFlow}, author = "{Sergio Guadarrama, Anoop Korattikara, Oscar Ramirez, Pablo Castro, Ethan Holly, Sam Fishman, Ke Wang, Ekaterina Gonina, Neal Wu, Chris Harris, Vincent Vanhoucke, Eugene Brevdo}", howpublished = {\url{https://github.com/tensorflow/agents}}, url = "https://github.com/tensorflow/agents", year = 2018, note = "[Online; accessed 25-June-2019]" } ``` ## Disclaimer This is not an official Google product.
Owner
- Name: Amir Khan
- Login: Amir22010
- Kind: user
- Location: India
- Repositories: 3
- Profile: https://github.com/Amir22010
working on developing a state of art AI solutions mainly in computer vision, chat bots and nlp domain. building an awesome AI as a professional developer 😍.