typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

An iA Writer inspired color scheme. It has support for vim, vim airline, vim lightline, tmux and urxvt/xterm.

Results 90 typewriter issues
Sort by recently updated
recently updated
newest added

Is it possible to use an LSTM layer with a DQN agent? If so how can specify the sequnece length (number of transitions) to use?

compare to my last pull request 1, use global sync lock instand of lock_counter and release_counter in tensorflow. speed up counter access and prevent not zero problem. 2, fix a...

Hi, I train a NAF agent on the HalfCheetah environment with the default setting. But after 148 episodes, it seems that NAF agent output a nan action. The error message...

Some environments are not suited to video encoding methods. This PR allows coach to just pickle the environment render responses so that you can use them for analysis.

In order for k8s not to put all pods on the same node I gave resource restrictions on pods with this code in kubernetes_orchestrator.py `resources=k8sclient.V1ResourceRequirements( requests={'cpu':'1'} ),` It works if...

**Issue:** Error when 'selecting directory' inside dashboard. **Error message:** error handling message Message 'EVENT' (revision 1) content: '{"event_name":"button_click","event_values":{"model_id":"1058"}}': KeyError('Wall-Clock Time',) **Steps to reproduce.** 1. Build the dockerfile of the gitrepo...

Summary: I tried to add "-onnx" for tensorflow framework, and got an error during the experiment run. Command line: python3 rl_coach/coach.py -p CartPole_A3C -e ONNXTest -n 2 -ew -onnx -s...

bug

Testing that convergence has not degraded across different presets.

Using Version 0.11.1 I wanted to modify a particular head in order to modify some calculations fullfilling the agent requirements and found that you cannot instantiate the new head if...

Hi, I stumbled upon the following potential improvement, I am hacking it right now, but it would be great to have a proper solution. MCTS and other forward simulation techniques...

priority/p1